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''/path/to/ecz:.' );
require 
'Base/src/base.php';

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