コード例 #1
0
ファイル: MatchController.php プロジェクト: fredcido/simuweb
 /**
  * 
  */
 public function listManualAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->_helper->viewRenderer->setRender('client');
     $this->view->rows = $this->_mapper->listManual($this->_getAllParams());
 }
コード例 #2
0
 /**
  * 
  */
 public function listClientAction()
 {
     $this->_helper->layout()->disableLayout();
     $mapperMatch = new Job_Model_Mapper_JobMatch();
     $this->view->rows = $mapperMatch->listManual($this->_getAllParams());
 }