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