Example #1
0
 public function index()
 {
     $article = new Article();
     $this->view->nome = $article->getNome();
     $this->render('index');
 }