Exemplo n.º 1
0
 public function ActionAll()
 {
     $articles = Articles::getAll();
     $view = new View();
     $view->articles = $articles;
     $view->display('articles/all');
 }