Ejemplo n.º 1
0
 /** Display the webcitation page
  * 
  */
 public function webciteAction()
 {
     if ($this->_getParam('id', false)) {
         $finds = new Finds();
         $this->view->finds = $finds->getWebCiteFind((int) $this->_getParam('id'));
     } else {
         throw new Pas_Exception_Param($this->_missingParameter);
     }
 }