added base controller default setup.

This commit is contained in:
Taylor Otwell
2012-02-03 08:55:04 -06:00
parent 6ed4adf6c4
commit 97fb28bd00
3 changed files with 19 additions and 3 deletions

View File

@@ -37,6 +37,5 @@ Autoloader::psr(array(
*/
Autoloader::map(array(
//'User' => path('app').'models/user.php',
//'Role' => path('app').'models/role.php',
'Base_Controller' => path('app').'controllers/base.php',
));