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