Пример #1
0
 /**
  * 
  */
 public function listDependentAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->listDependent($this->_getParam('id'));
 }