Example #1
0
 public function indexAction()
 {
     $newsModel = new Admin_Model_News();
     $this->view->result = $newsModel->getAll();
 }