Exemple #1
0
 public function parseRoute()
 {
     // Check plugin
     $pl = reqGmp::getVar('pl');
     if ($pl == GMP_CODE) {
         $mod = reqGmp::getMode();
         if ($mod) {
             $this->_mod = $mod;
         }
         $action = reqGmp::getVar('action');
         if ($action) {
             $this->_action = $action;
         }
     }
 }