How to __autoload classes, interfaces, functions
Posted: Wed Aug 12, 2009 3:42 pm
Here is the thing,
I read about the __autoload magic function and wanted to know if in this function there would be a way to know if what it tries to __autoload is a class, an interface, a function (even though I think it's not called upon an unfound function)...
Each of these in my implementation are found in different paths, so to require them I would need to have access to this information...
Thank You
I read about the __autoload magic function and wanted to know if in this function there would be a way to know if what it tries to __autoload is a class, an interface, a function (even though I think it's not called upon an unfound function)...
Each of these in my implementation are found in different paths, so to require them I would need to have access to this information...
Thank You