示例#1
0
 public function __construct($catalogGuid, $folderGuid)
 {
     $this->view = new Zend_View();
     $this->view->setScriptPath(dirname(__FILE__));
     $this->catalogGuid = $catalogGuid;
     $this->view->addHelperPath(ROOT_DIR . '/library/Pandamp/Controller/Action/Helper', 'Pandamp_Controller_Action_Helper');
     $bpm = new Pandamp_Core_Hol_Relation();
     $this->view->aData = $bpm->getHistory($catalogGuid);
     $this->view->catalogGuid = $catalogGuid;
     $this->view->folderGuid = $folderGuid;
 }