Example #1
0
 public function __construct()
 {
     $view = new View('home.php');
     $view->vars(array('msg' => 'Bem vindo!'));
 }