コード例 #1
0
ファイル: AuthController.php プロジェクト: fredcido/simuweb
 /**
  * 
  */
 public function ceopListAction()
 {
     $mapperCEOP = new Register_Model_Mapper_Dec();
     $this->view->rows = $mapperCEOP->fetchAll();
 }
コード例 #2
0
ファイル: CeopController.php プロジェクト: fredcido/simuweb
 /**
  * 
  */
 public function listAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->fetchAll();
 }