Procedural File: environment.php
Source Location: /data/config/environment.php
Page Details:
Trax runtime environment definitions
Tags:
Includes:
DEBUG [line 116]
PHP_LIB_ROOT [line 17]
TRAX_LIB_ROOT [line 136]
TRAX_MODE [line 65]
TRAX_PUBLIC [line 35]
TRAX_ROOT [line 23]
TRAX_URL_PREFIX [line 47]
TRAX_VIEWS_EXTENTION [line 52]
__autoload [line 181]
void __autoload(
string $class_name)
|
|
Automatically load a file containing a specified class Given a class name, derive the name of the file containing that class then load it.
Parameters
string |
$class_name |
class_name Name of the class required |
|