<?php require_once('Cr/Controller.php'); class IndexController extends Cr_Controller { public function init() { // This will be run for every action call parent::init(); } public function indexAction() { } }