Constructs a xajax instance and initializes the plugin system.
function xajax( $sRequestURI = null, $sLanguage = null )
Default character encoding used by both the xajax and xajaxResponse classes.
if ( !defined ('XAJAX_DEFAULT_CHAR_ENCODING') ) define ('XAJAX_DEFAULT_CHAR_ENCODING', 'utf-8')
String: XAJAX_PROCESSING_EVENT_BEFORE String: XAJAX_PROCESSING_EVENT_AFTER String: XAJAX_PROCESSING_EVENT_INVALID
if ( !defined ('XAJAX_PROCESSING_EVENT') ) define ('XAJAX_PROCESSING_EVENT', 'xajax processing event')
Initializes configuration settings to their default values and reads the argument data from the GET or POST data.
function xajaxArgumentManager()
Initializes the xajaxCall object.
function xajaxCall( $sFunction = '' )
Constructs and initializes the xajaxCallableObject
function xajaxCallableObject( & $obj )
function xajaxCallableObjectPlugin()
xajax will call this function internally to compress the javascript code for more efficient delivery.
function xajaxCompressFile( $sFile )
function xajaxControl( $sTag, $aConfiguration = array() )
Called to construct and configure this control.
function xajaxControlContainer( $sTag, $aConfiguration = array() )
Constructs and initializes an instance of the object.
function xajaxCustomRequest( $sScript )
Construct and initialize this xajaxEvent object.
function xajaxEvent( $sName )
function xajaxEventPlugin()
Constructs and initializes the xajaxFunctionPlugin.
function xajaxFunctionPlugin()
Construct and initialize the one and only xajax language manager object.
function xajaxLanguageManager()
Construct and initialize the one and only xajax plugin manager.
function xajaxPluginManager()
Construct and initialize this request.
function xajaxRequest( $sName )
Create and initialize a xajaxResponse object.
function xajaxResponse()
Construct and initialize the one and only xajaxResponseManager object.
function xajaxResponseManager()
Construct and initialize the xajax script plugin object.
function xajaxScriptPlugin()
Constructs and initializes the xajaxUserFunction object.
function xajaxUserFunction( $uf, $sInclude = NULL, $aConfiguration = array() )
Parse the response XML into a series of commands.
xajax.responseProcessor.xml = function( oRequest )