getFor('Exceptions')); // Load configuration if present: $conf = array(); $conf['b8']['app']['namespace'] = 'PHPCI'; $conf['b8']['app']['default_controller'] = 'Home'; $conf['b8']['view']['path'] = dirname(__FILE__) . '/PHPCI/View/'; if (file_exists(dirname(__FILE__) . '/PHPCI/config.yml')) { $config = new b8\Config($conf); $config->loadYaml(dirname(__FILE__) . '/PHPCI/config.yml'); } require_once(dirname(__FILE__) . '/vars.php');