Exemple #1
0
 public function __construct()
 {
     $this->setContentType("text/html");
     $this->layout = "main.tpl.php";
     TemplateEngine::prependPath("views");
     TemplateEngine::prependPath("views/default");
 }