Base: ezc_bootstrap.php
[ ]
[ ]
[ ]
[ ]
[ ]
Procedural File: ezc_bootstrap.php
Include file that can be used for a quick setup of the eZ Components.
require
('ezc/Base/base.php')
[line 20]
require
('Base/src/base.php')
[line 16]
Functions
void __autoload(
string $className )
[line:
33]
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: Wed, 28 Nov 2007