예제 #1
0
 /** Set up the index action
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->hers = $this->_hers->getAll($this->getAllParams());
 }
 /** Get data for HER page
  * @access public
  * @return void
  */
 public function hersAction()
 {
     $hers = new Hers();
     $this->view->hers = $hers->getAll($this->getAllParams());
 }