using multiple autoloaders php using multiple autoloaders php php php

using multiple autoloaders php


Don't throw errors in your autoloader functions. spl_autoload_register allows php to go through all registered autoloaders in order, but if you throw an uncaught error in the middle of that process it can't try the next autoloader.

http://php.net/spl_autoload_register