cleaned up paths.

This commit is contained in:
Taylor Otwell
2012-01-28 14:55:08 -06:00
parent 409e908964
commit 97fcea1e51
29 changed files with 86 additions and 81 deletions

View File

@@ -16,8 +16,8 @@
*/
Autoloader::psr(array(
$GLOBALS['APP_PATH'].'models',
$GLOBALS['APP_PATH'].'libraries',
path('app').'models',
path('app').'libraries',
));
/*
@@ -37,6 +37,6 @@ Autoloader::psr(array(
*/
Autoloader::map(array(
//'User' => $GLOBALS['APP_PATH'].'models/user.php',
//'Role' => $GLOBALS['APP_PATH'].'models/role.php',
//'User' => path('app').'models/user.php',
//'Role' => path('app').'models/role.php',
));