Path

ez components / documentation / api reference / 2007.2alpha1 / base


eZ Components 2007.2alpha1

Base: ezc_bootstrap.php

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Procedural File: ezc_bootstrap.php

Include file that can be used for a quick setup of the eZ Components.
Filesource:  Source Code for this file
Version:  1.4alpha2
License:  New BSD License
Copyright:  Copyright (C) 2005-2007 eZ systems as. All rights reserved.
require ('ezc/Base/base.php') [line 20]
[ Top ]

require ('Base/src/base.php') [line 16]
[ Top ]

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: Mon, 12 Nov 2007