Go to the source code of this file.
◆ $CONFIG
Configuration values.
The $CONFIG global contains configuration values required for running Elgg as defined in the settings.php file.
Plugin authors are encouraged to use elgg_get_config() instead of accessing the global directly.
- See also
- elgg_get_config()
-
engine/settings.php @global \stdClass $CONFIG
Definition at line 40 of file start.php.
◆ $engine_dir
$engine_dir = dirname(__FILE__) |
◆ $START_MICROTIME
$START_MICROTIME = microtime(true) |
The time with microseconds when the Elgg engine was started.
@global float
Definition at line 24 of file start.php.
◆ $viewtype
◆ boot_complete
$CONFIG boot_complete = false |
◆ default_limit
$CONFIG default_limit = 10 |
◆ if
if |
( |
! |
is_readable"$engine_dir/settings.php" | ) |
|
Initial value:{
elgg_disable_simplecache()
Disables the simple cache.
Definition at line 54 of file start.php.