TRUE, 'index' => __FILE__]); $app->route('/53oop.php', function() use($app) { $app->view('index.tpl.php'); }); $app->run();