Ejemplo n.º 1
0
 /** Set up the index list
  */
 public function indexAction()
 {
     $finds = new Finds();
     $this->view->finds = $finds->getRecordsByUserAcct($this->getAccount()->id, $this->_getParam('page'));
 }