Is there a function that tells what class you are extending? Like function_exists?
I want to use this in an __autoload function that if it detects a class that extends mysqli, then I will automatically connect it to the database.
If there is a better way to do this then I will appreciate it.
Thanks!