Пример #1
0
 /**
  * 
  */
 public function searchPceContractAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->listByFilters($this->_getAllParams());
 }