Exemplo n.º 1
0
 /**
  * 
  */
 public function incomingAction()
 {
     $this->_helper->layout()->disableLayout();
     $id = $this->_getParam('id');
     $this->view->rows = $this->_mapper->listIncoming($id);
 }