Ejemplo n.º 1
0
 /** Set up data for coroners index page
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $coroners = $this->_coroners->getAll($this->getAllParams());
     if (in_array($this->_helper->contextSwitch()->getCurrentContext(), array('kml'))) {
         $this->_coroners->setItemCountPerPage(150);
     }
     $this->view->coroners = $coroners;
 }