xajax
[ class tree: xajax ] [ index: xajax ] [ all elements ]

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:

version:  $Id: xajax.inc.php 318 2007-01-30 19:38:55Z gaeldesign $
copyright:  Copyright (c) 2005-2006 by Jared White & J. Max Wilson
license:  BSD License


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_DEFAULT_CHAR_ENCODING = 'utf-8'
Define XAJAX_DEFAULT_CHAR_ENCODING that is used by both

the xajax and xajaxResponse classes



[ Top ]



XAJAX_GET [line 50]

XAJAX_GET = 0
Communication Method Defines


[ Top ]



XAJAX_POST [line 54]

XAJAX_POST = 1

[ Top ]




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  
[ Top ]



Documentation generated on Tue, 21 Aug 2007 14:49:55 -0500 by phpDocumentor 1.4.0a2