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