added the storage_path constant.

This commit is contained in:
Taylor Otwell
2011-07-26 22:12:20 -05:00
parent 1cf4431659
commit 306ecd3bfe
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ define('MODEL_PATH', APP_PATH.'models/');
define('PACKAGE_PATH', APP_PATH.'packages/');
define('ROUTE_PATH', APP_PATH.'routes/');
define('SESSION_PATH', APP_PATH.'storage/sessions/');
define('STORAGE_PATH', APP_PATH.'storage/');
define('SYS_VIEW_PATH', SYS_PATH.'views/');
define('VIEW_PATH', APP_PATH.'views/');