Esempio n. 1
0
 function __construct()
 {
     $this->model = new Model_Main();
     $this->view = new View();
     self::$title = 'Site title';
 }