__autoload disaster - conflicts with Joomla
- by jax
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?