config.php:
<?php
ini_set
'include_path''/home/derick/dev/ezcomponents/trunk:.' );
require 
'Base/src/ezc_bootstrap.php';

ezcDbInstance::setezcDbFactory::create'sqlite://'dirname__FILE__ ) . '/omnomr.sqlite' ) );

ezcBase::addClassRepositorydirname__FILE__ ) . '/lib'null'onr' );

$tc ezcTemplateConfiguration::getInstance();
$tc->templatePath dirname__FILE__ ) . '/templates';
$tc->compilePath dirname__FILE__ ) . '/cache';
?>