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