05-31-2016, 06:43 AM
adding to the list maybe using the function below in the init.php file over require_once for the list of files
spl_autoload_register(function($class){
});
spl_autoload_register(function($class){
});