Exemplo n.º 1
0
 function runAjax()
 {
     $this->log("Run ajax application", GLZ_LOG_SYSTEM);
     org_glizy_Request::$translateInfo = false;
     org_glizy_Request::$skipDecode = __Config::get('AJAX_SKIP_DECODE');
     $this->_ajaxMode = true;
     $this->run();
 }