Hey,

I just noticed that 3rd party autoloading systems depending on PHP core function class_exists do not work with agavi. Calling class_exists makes PHP call __autoload and agavi implementation of __autoload fails if the class searched is not in autoload.ini and 3rd party autoloading system never even gets a chance to load the class.

So: __autoload implementation must be changed so that it tries to include a file (using require_once) only if it is listed in autoload.ini and otherwise it does _nothing_. At least I couldn't find any other solution.


-veikko

_______________________________________________
agavi-dev mailing list
[email protected]
http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev

Reply via email to