config.php:
<?php
ini_set( 'include_path', '/home/derick/dev/ezcomponents/trunk:.' );
require 'Base/src/ezc_bootstrap.php';
ezcDbInstance::set( ezcDbFactory::create( 'sqlite://'. dirname( __FILE__ ) . '/omnomr.sqlite' ) );
ezcBase::addClassRepository( dirname( __FILE__ ) . '/lib', null, 'onr' );
$tc = ezcTemplateConfiguration::getInstance();
$tc->templatePath = dirname( __FILE__ ) . '/templates';
$tc->compilePath = dirname( __FILE__ ) . '/cache';
?>