Base: ezc_bootstrap.php
[ ]
[ ]
[ ]
[ ]
[ ]
Procedural File: ezc_bootstrap.php
Include file that can be used for a quick setup of the eZ Components.
require
($baseDir.'/ezc/Base/base.php')
[line 22]
require
($baseDir.'/Base/src/base.php')
[line 17]
Functions
void __autoload(
string $className )
[line:
35]
Description
Implements the __autoload mechanism for PHP - which can only be done once per request.
Parameters
| Parameter |
Type |
Description |
| $className |
string |
The name of the class that should be loaded. |
Last updated: Thu, 31 Jan 2008