Procedural File: xajax.inc.php
Source Location: /pem-includes/xajax/xajax_core/xajax.inc.php
Classes:
xajax
The xajax class uses a modular plug-in system to facilitate the processing
Page Details:
xajax.inc.php :: Main xajax class and setup file
xajax version 0.5 (Beta 2) copyright (c) 2005-2006 by Jared White & J. Max Wilson http://www.xajaxproject.org xajax is an open source PHP class library for easily creating powerful PHP-driven, web-based Ajax Applications. Using xajax, you can asynchronously call PHP functions and update the content of your your webpage without reloading the page. xajax is released under the terms of the BSD license http://www.xajaxproject.org/bsd_license.txt
Tags:
Includes:
require_once(dirname(__FILE__)."/plugin_layer/xajaxResponsePlugin.inc.php") [line 41]
require_once(dirname(__FILE__)."/plugin_layer/xajaxRequestProcessorPlugin.inc.php") [line 42]
require_once(dirname(__FILE__)."/plugin_layer/xajaxIncludePlugin.inc.php") [line 43]
require_once(dirname(__FILE__)."/plugin_layer/xajaxPluginManager.inc.php") [line 40]
require_once(dirname(__FILE__)."/xajaxResponse.inc.php") [line 39]
XAJAX_DEFAULT_CHAR_ENCODING [line 36]
XAJAX_GET [line 50]
XAJAX_POST [line 54]
xajaxErrorHandler [line 811]
void xajaxErrorHandler(
$errno, $errstr, $errfile, $errline)
|
|
This function is registered with PHP's set_error_handler() function if the xajax error handling system is turned on.
Parameters
|
$errno |
|
|
$errstr |
|
|
$errfile |
|
|
$errline |
|
|