andrewliqw Posted January 19, 2013 Share Posted January 19, 2013 (edited) Hi I am looking at the file /classes/db/Db.php, it seems that only an abstract class "DbCore" is defined. However, inside the definition of class DbCore, there is something like "Db::getClass()". My question is where the "class Db" is defined? Thanks. Andrew Edited January 20, 2013 by andrewliqw (see edit history) Link to comment Share on other sites More sharing options...
PhiLho Posted January 19, 2013 Share Posted January 19, 2013 override/classes/db/Db.php: abstract class Db extends DbCore Link to comment Share on other sites More sharing options...
andrewliqw Posted January 20, 2013 Author Share Posted January 20, 2013 thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now