added support for environment configuration files.

This commit is contained in:
Taylor Otwell
2011-07-25 22:47:33 -05:00
parent 2c774adbde
commit 8356151f71
4 changed files with 15 additions and 4 deletions

View File

@@ -15,8 +15,9 @@
define('BASE_PATH', realpath('../').'/');
define('APP_PATH', realpath('../application').'/');
define('SYS_PATH', realpath('../system').'/');
define('PUBLIC_PATH', realpath(__DIR__.'/'));
define('CONFIG_PATH', APP_PATH.'config/');
define('PACKAGE_PATH', APP_PATH.'packages/');
define('PUBLIC_PATH', realpath(__DIR__.'/'));
// --------------------------------------------------------------
// Define the PHP file extension.