Installation:
// download the bundle from http://ez.no/download/ez_components
tar -xjf ezcomponents-1.1.tar.bz2
pwd



Setup:
<?php
ini_set
'include_path''/home/dotxp/dev/ez/ezcomponents/trunk:.' );
require 
'Base/src/base.php';

function 
__autoload$className )
{
    
ezcBase::autoload$className );
}

ezcBase::checkDependency'Test'ezcBase::DEP_PHP_VERSION'5.3.0' );
?>
Output