function legacyXajax($sRequestURI = '', $sWrapperPrefix = 'xajax_', $sEncoding = XAJAX_DEFAULT_CHAR_ENCODING, $bDebug = false) { parent::xajax(); $this->configure('requestURI', $sRequestURI); $this->configure('wrapperPrefix', $sWrapperPrefix); $this->configure('characterEncoding', $sEncoding); $this->configure('debug', $bDebug); }
function legacyXajax($sRequestURI = "", $sWrapperPrefix = "xajax_", $sEncoding = XAJAX_DEFAULT_CHAR_ENCODING, $bDebug = false) { parent::xajax($sRequestURI); $this->setWrapperPrefix($sWrapperPrefix); $this->setCharEncoding($sEncoding); $this->setFlag('debug', $bDebug); }