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