Ejemplo n.º 1
0
 /** Copy the last find
  */
 public function copyfindAction()
 {
     $finds = new Finds();
     $finddata = $finds->getLastRecord($this->getIdentityForForms());
     $this->_helper->layout->disableLayout();
     $this->_helper->viewRenderer->setNoRender();
     echo Zend_Json::encode($finddata);
 }