| Constant
| Sample Value
| Description
|
| APP_CONFIG_PATH
| /path/to/aspen/app.default.config.php
| File system path to application config file.
|
| APPLICATION_PATH
| /path/to/aspen
| File system path to root install folder.
|
| CONFIG_PREFIX
| n/a
| Prefix for a config file. Allows multi-install support using "hosting" plugin.
|
| DS
| /
| Alias for the php constant DIRECTORY_SEPARATOR
|
| FRAMEWORK_REV
| 450
| Revision of framework in use.
|
| INCLUDE_ONLY
| 0
| Whether the framework is to load as "include only" or with full framework application support.
|
| INTERFACE_PATH
| /path/to/aspen/admin
| File system path to current interface application.
|
| LOADING_SECTION
| Admin
| Name of the current interface application (i.e. folder it's in).
|
| LS
| admin
| Lower case alias of LOADING_SECTION
|
| MODULES_PATH
| /path/to/aspen/modules
| File system path to modules directory.
|
| PLUGINS_PATH
| /path/to/aspen/plugins
| File system path to plugins directory.
|
| REQUEST_START
| 20090320115055
| Start time of the first receipt of request.
|
| SYSTEM_PATH
| /path/to/aspen/system
| File system path to "system" folder.
|
| USER_AUTH_ADMIN
| 1
| User authenticate everyone using "admin" interface application.
|
| USER_CONFIG_LOADED
| 1
| Whether or not the user config is loaded.
|