added base_path constant.

This commit is contained in:
Taylor Otwell 2012-01-18 09:58:56 -06:00
parent d95c371867
commit 490fd46c69
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
// -------------------------------------------------------------- // --------------------------------------------------------------
define('DS', DIRECTORY_SEPARATOR); define('DS', DIRECTORY_SEPARATOR);
// --------------------------------------------------------------
// Define the path to the base directory.
// --------------------------------------------------------------
define('BASE_PATH', __DIR__.DS);
// -------------------------------------------------------------- // --------------------------------------------------------------
// The path to the application directory. // The path to the application directory.
// -------------------------------------------------------------- // --------------------------------------------------------------