Exemplo n.º 1
0
 public function manageAction()
 {
     $tasksModel = new Tasks();
     $this->view->tasks = $tasksModel->getAllTasksData();
 }