API DOCS
Function: xajax
function xajax($sRequestURI=null, $sLanguage=null)
Parameters:
sRequestURI
(optional) The sRequestURI to be used for calls back to the server. If empty, xajax fills in the currentURI that initiated this request.
Example
Code: php
$xajax = new xajax('/index.server.php');
