__autoload disaster - conflicts with Joomla

Posted by jax on Stack Overflow See other posts from Stack Overflow or by jax
Published on 2010-06-14T12:44:25Z Indexed on 2010/06/14 13:12 UTC
Read the original article Hit count: 141

Filed under:

I have just changed all my code to use __autoload to find that it conflicts with the joomla autoloader. I integrate my app with joomla in some cases to register users etc.

I found spl_autoload_register() with aparently allows many autoloaders.

What should I do?

© Stack Overflow or respective owner

Related posts about php