Beispiel #1
0
 public function beforeAction()
 {
     //            if (empty($_COOKIE['PHPSESSID'])) {
     //                throw new K_Exception('illegal request', -1);
     //            }
     //                $queries = array_merge((!empty($_GET) ? $_GET : []), (!empty($_POST) ? $_POST : []));
     //                ksort($queries);
     parent::beforeAction();
     $this->curLat = Wk_Request::getRequestFloat('curLat', 0);
     $this->curLng = Wk_Request::getRequestFloat('curLng', 0);
     $this->curDest = Wk_Request::getRequestFloat('curDest', 0);
 }