Example #1
0
<?php

include "_app/config.php";
$template = new Template();
$controller = Router::getRequestControler();
$template->assignParam("content", $controller->index());
$template->render("index.phtml", true);