コード例 #1
0
ファイル: ClientController.php プロジェクト: fredcido/simuweb
 /**
  * 
  */
 public function sameNameAction()
 {
     $this->_helper->layout()->disableLayout();
     $id = $this->_getParam('id');
     $this->view->client = $this->_mapper->fetchRow($id);
     $this->view->flag = $this->_getParam('flag');
     $this->view->document = $this->_mapper->getEleitoralDocument($id);
 }