Esempio n. 1
0
 /**
  * 
  */
 public function ceopListAction()
 {
     $mapperCEOP = new Register_Model_Mapper_Dec();
     $this->view->rows = $mapperCEOP->fetchAll();
 }
Esempio n. 2
0
 /**
  * 
  */
 public function listAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->fetchAll();
 }