removed package class, added package_path constant.
This commit is contained in:
parent
6cb5af3024
commit
8770473fd7
|
@ -17,10 +17,11 @@
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Define the framework paths.
|
// Define the framework paths.
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
|
define('BASE_PATH', realpath('../').'/');
|
||||||
define('APP_PATH', realpath('../application').'/');
|
define('APP_PATH', realpath('../application').'/');
|
||||||
define('SYS_PATH', realpath('../system').'/');
|
define('SYS_PATH', realpath('../system').'/');
|
||||||
define('BASE_PATH', realpath('../').'/');
|
|
||||||
define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
||||||
|
define('PACKAGE_PATH', APP_PATH.'packages/');
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Define the PHP file extension.
|
// Define the PHP file extension.
|
||||||
|
|
Loading…
Reference in New Issue