↑ ACF's Structure | ||||
Урок - Configuration | ||||
← Предыдущий урок Урок - ACF's Structure
|
Следующий урок → Урок - ACMF's Library
|
General constants.
- A_DOMAIN_NAME - Application's Domain Name, (example.com, sub.example.com).
- A_DEV - development mode (false by default).
- A_TEST
- A_URL - Application's URL.
Secondary constants.
- A_CORE - As' Core marker, always should be 'true'.
- A_ENCODING - base encoding
- A_ROOT_DIR - Application's directory path.
- A_SESSION_NAMESPACE
- A_SCHEMA_DOMAIN_URL
- A_CACHE_DIR - Applications's Cache directory path.
- A_PUBLIC_DIR
- A_SRC_DIR
- A_TEMP_DIR - Application's Temporary directory path.
- A_DATA_DIR - Application's Data directory path.
- A_STATIC_DIR - Application's Static Cache directory path.
A_DOMAIN_NAME - Application's Domain Name.
For separating domains required Domain Name value.
Without scheme, without "/" (slash) at the end.
A_ROOT_DIR - Application's directory path.
Stores full absolutly path to root direcotry.
Up from ./vendor/angels/core/src .
With "/" (slash) at the end.
A_TEMP_DIR - Application's Temporary directory path.
With "/" (slash) at the end.
A_DATA_DIR - Application's Data directory.
With "/" (slash) at the end.
↑ ACF's Structure | ||||
Урок - Configuration | ||||
← Предыдущий урок Урок - ACF's Structure
|
Следующий урок → Урок - ACMF's Library
|