示例#1
0
 protected function executeStart()
 {
     try {
         parent::executeStart();
     } catch (Exception $e) {
         throw $e;
     }
 }
示例#2
0
 protected function executeStart()
 {
     try {
         parent::executeStart();
         if (LBoxXTProject::isLogged()) {
             LBoxFront::reloadHomePage();
         }
     } catch (Exception $e) {
         throw $e;
     }
 }
示例#3
0
 protected function executeStart()
 {
     try {
         if (strlen($this->getRecordURLParam()) > 0 && !$this->getRecord()) {
             LBoxFront::reload(LBoxUtil::getURLWithoutParams(array($this->getRecordURLParam())));
         }
         parent::executeStart();
     } catch (Exception $e) {
         throw $e;
     }
 }