コード例 #1
0
 /**
  * 
  */
 public function searchClientAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->listClient($this->_getAllParams());
 }