Exemple #1
0
<?php

$model = new IndexModel();
$view = new IndexView($model);
$view->display("index.tpl");