Exemplo n.º 1
0
 public function indexAction()
 {
     $view = new View();
     $view->render($this->_view, $this->getAllStundets());
 }
Exemplo n.º 2
0
 public function indexAction()
 {
     $view = new View();
     $view->render($this->_view);
 }