Esempio n. 1
0
 /** Display other discoveries
  */
 public function otherdiscoveriesAction()
 {
     $id = $this->_getParam('id');
     $finds = new Finds();
     $this->view->finds = $finds->getOtherFinds($id);
     $quants = new Finds();
     $this->view->quants = $quants->getOtherFindsTotals($id);
 }