<html>
<head>
<title>Docs for page xajax.inc.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">xajax</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_xajax.html" class="menu">class tree: xajax</a> ]
[ <a href="../elementindex_xajax.html" class="menu">index: xajax</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<b>Packages:</b><br />
<a href="../li_default.html">default</a><br />
<a href="../li_xajax.html">xajax</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../xajax/_pem-includes---xajax---xajax_core---xajax.inc.php.html"> xajax.inc.php
</a><br>
<a href="../xajax/_pem-includes---xajax---xajax_core---plugin_layer---xajaxDefaultIncludePlugin.inc.php.html"> xajaxDefaultIncludePlugin.inc.php
</a><br>
<a href="../xajax/_pem-includes---xajax---xajax_core---plugin_layer---xajaxDefaultRequestProcessorPlugin.inc.php.html"> xajaxDefaultRequestProcessorPlugin.inc.php
</a><br>
<a href="../xajax/_pem-includes---xajax---xajax_core---plugin_layer---xajaxIncludePlugin.inc.php.html"> xajaxIncludePlugin.inc.php
</a><br>
<a href="../xajax/_pem-includes---xajax---xajax_core---plugin_layer---xajaxPluginManager.inc.php.html"> xajaxPluginManager.inc.php
</a><br>
<a href="../xajax/_pem-includes---xajax---xajax_core---plugin_layer---xajaxRequestProcessorPlugin.inc.php.html"> xajaxRequestProcessorPlugin.inc.php
</a><br>
<a href="../xajax/_pem-includes---xajax---xajax_core---xajaxResponse.inc.php.html"> xajaxResponse.inc.php
</a><br>
<a href="../xajax/_pem-includes---xajax---xajax_core---plugin_layer---xajaxResponsePlugin.inc.php.html"> xajaxResponsePlugin.inc.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../xajax/legacyXajax.html">legacyXajax</a><br />
<a href="../xajax/legacyXajaxResponse.html">legacyXajaxResponse</a><br />
<a href="../xajax/xajax.html">xajax</a><br />
<a href="../xajax/xajaxCall.html">xajaxCall</a><br />
<a href="../xajax/xajaxDefaultIncludePlugin.html">xajaxDefaultIncludePlugin</a><br />
<a href="../xajax/xajaxDefaultRequestProcessorPlugin.html">xajaxDefaultRequestProcessorPlugin</a><br />
<a href="../xajax/xajaxIncludePlugin.html">xajaxIncludePlugin</a><br />
<a href="../xajax/xajaxPluginManager.html">xajaxPluginManager</a><br />
<a href="../xajax/xajaxRequestProcessorPlugin.html">xajaxRequestProcessorPlugin</a><br />
<a href="../xajax/xajaxResponse.html">xajaxResponse</a><br />
<a href="../xajax/xajaxResponsePlugin.html">xajaxResponsePlugin</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: xajax.inc.php</h1>
Source Location: /pem-includes/xajax/xajax_core/xajax.inc.php<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../xajax/xajax.html">xajax</a></dt>
<dd>The xajax class uses a modular plug-in system to facilitate the processing</dd>
</div><br /><br />
<h2>Page Details:</h2>
xajax.inc.php :: Main xajax class and setup file<br /><br /><p>xajax version 0.5 (Beta 2) copyright (c) 2005-2006 by Jared White & J. Max Wilson http://www.xajaxproject.org</p><p>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.</p><p>xajax is released under the terms of the BSD license http://www.xajaxproject.org/bsd_license.txt</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>version:</b> </td><td>$Id: xajax.inc.php 318 2007-01-30 19:38:55Z gaeldesign $</td>
</tr>
<tr>
<td><b>copyright:</b> </td><td>Copyright (c) 2005-2006 by Jared White & J. Max Wilson</td>
</tr>
<tr>
<td><b>license:</b> </td><td><a href="http://www.xajaxproject.org/bsd_license.txt">BSD License</a></td>
</tr>
</table>
</div>
<br /><br />
<h4>Includes:</h4>
<div class="tags">
require_once(dirname(__FILE__)."/plugin_layer/xajaxResponsePlugin.inc.php") [line 41]<br />
require_once(dirname(__FILE__)."/plugin_layer/xajaxRequestProcessorPlugin.inc.php") [line 42]<br />
require_once(dirname(__FILE__)."/plugin_layer/xajaxIncludePlugin.inc.php") [line 43]<br />
require_once(dirname(__FILE__)."/plugin_layer/xajaxPluginManager.inc.php") [line 40]<br />
require_once(dirname(__FILE__)."/xajaxResponse.inc.php") [line 39]<br />
</div>
<br /><br />
<br /><br />
<hr />
<a name="defineXAJAX_DEFAULT_CHAR_ENCODING"></a>
<h3>XAJAX_DEFAULT_CHAR_ENCODING <span class="smalllinenumber">[line 36]</span></h3>
<div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>XAJAX_DEFAULT_CHAR_ENCODING = 'utf-8'</code>
</td></tr></table>
</td></tr></table>
Define XAJAX_DEFAULT_CHAR_ENCODING that is used by both<br /><br /><p>the xajax and xajaxResponse classes</p><br /> <br />
</div>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
<hr />
<a name="defineXAJAX_GET"></a>
<h3>XAJAX_GET <span class="smalllinenumber">[line 50]</span></h3>
<div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>XAJAX_GET = 0</code>
</td></tr></table>
</td></tr></table>
Communication Method Defines<br /><br /> <br />
</div>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
<hr />
<a name="defineXAJAX_POST"></a>
<h3>XAJAX_POST <span class="smalllinenumber">[line 54]</span></h3>
<div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>XAJAX_POST = 1</code>
</td></tr></table>
</td></tr></table>
<br />
</div>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
<br />
<hr />
<a name="functionxajaxErrorHandler"></a>
<h3>xajaxErrorHandler <span class="smalllinenumber">[line 811]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void xajaxErrorHandler(
$errno, $errstr, $errfile, $errline)</code>
</td></tr></table>
</td></tr></table><br />
This function is registered with PHP's set_error_handler() function if the xajax error handling system is turned on.<br /><br /> <br /><br />
<h4>Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type"> </td>
<td><b>$errno</b> </td>
<td></td>
</tr>
<tr>
<td class="type"> </td>
<td><b>$errstr</b> </td>
<td></td>
</tr>
<tr>
<td class="type"> </td>
<td><b>$errfile</b> </td>
<td></td>
</tr>
<tr>
<td class="type"> </td>
<td><b>$errline</b> </td>
<td></td>
</tr>
</table>
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
</div>
<div class="credit">
<hr />
Documentation generated on Tue, 21 Aug 2007 14:49:55 -0500 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0a2</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>