Example #1
0
 /**
  * Process master key value from request params
  * For DPInline mode and use this mode on edit or add page
  */
 function processMasterKeyValue()
 {
     parent::processMasterKeyValue();
     //	reset search and page number
     $_SESSION[$this->sessionPrefix . "_search"] = 0;
     if ($this->firstTime) {
         $_SESSION[$this->sessionPrefix . "_pagenumber"] = 1;
     }
 }