tweak how autoloader works.
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
|
||||
*/
|
||||
|
||||
ClassLoader::register(new ClassLoader(array(
|
||||
ClassLoader::addDirectories(array(
|
||||
|
||||
app_path().'/controllers',
|
||||
app_path().'/models',
|
||||
|
||||
)));
|
||||
));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user