コード例 #1
0
ファイル: AuditController.php プロジェクト: fredcido/simuweb
 /**
  * 
  */
 public function listAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->listByFilters($this->_getAllParams());
 }