view('views\index.tpl.php'); } } $app = new test(array('debug' => TRUE, 'index' => __FILE__)); $app->route('/', 'index'); $app->run();