Elgg  Version 1.12
Variables
load.php File Reference

Go to the source code of this file.

Variables

 $lib_dir = __DIR__ . "/lib"
 This file is used to make all of Elgg's code available without going through the boot process. More...
 
 $autoloader_setup = (require_once "$lib_dir/autoloader.php")
 
 $autoload_path = dirname(__DIR__) . '/vendor/autoload.php'
 
 $autoload_available = include_once($autoload_path)
 
 $lib_files
 

Variable Documentation

$autoload_available = include_once($autoload_path)

Definition at line 14 of file load.php.

$autoload_path = dirname(__DIR__) . '/vendor/autoload.php'

Definition at line 13 of file load.php.

$autoloader_setup = (require_once "$lib_dir/autoloader.php")

Definition at line 11 of file load.php.

$lib_dir = __DIR__ . "/lib"

This file is used to make all of Elgg's code available without going through the boot process.

Useful for internal testing purposes.

private

Definition at line 9 of file load.php.

$lib_files

Definition at line 25 of file load.php.