<html>
<head>
<title>PRAjax - PHP Reflected Ajax</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">PRAjax</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_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>Documentation:</b><br />
<a href="docs/index.html">PRAjax</a><br />
<a href="manual/Developer Manual.pdf" target="_blank">Developer Manual</a><br>
<br />
<b>Examples:</b><br />
<div class="package">
<a href="examples/example_helloworld.php" target="_blank">Hello World</a><br>
<a href="examples/example_target.php" target="_blank">Hello World (target)</a><br>
<a href="examples/example_helloworld_prototype.php" target="_blank">Hello World (external transport)</a><br>
<a href="examples/example_addressbook.php" target="_blank">Addressbook</a><br>
<a href="examples/example_component_suggest.php" target="_blank">Suggest Component</a><br>
<a href="examples/example_component_updatepanel.php" target="_blank">UpdatePanel Component</a><br>
</div>
<br />
<b>Download:</b><br />
<div class="package"> <a href="http://www.sourceforge.net/projects/prajax/" target="_blank">PRAjax (latest stable)</a><br />
</div>
<br />
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=155844&type=4" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
<br />
<a href="http://sourceforge.net/donate/index.php?group_id=155844"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /> </a>
</td>
<td> <table cellpadding="10" cellspacing="0" width="100%" border="0">
<tr>
<td valign="top"> <div align="center">
<h1>PRAjax - PHP Reflected Ajax</h1>
</div>
<h4>Welcome to PRAjax!</h4>
<p>The PRAjax class can be used to reflect PHP code into JavaScript and Ajax methods and vice-versa. </p>
<p>The following features make this library worth using:
<ul>
<li>Allows easier Ajax programming with PHP
<li>PHP functions and objects can be reflected to JavaScript
<li>PHP objects can be used in JavaScript, both properties and (registered) functions
<li>PRAjax creates all wrappers for the developer </li>
<li>Automatic conversion of return values and parameters between PHP and JavaScript</li>
</ul>
<h5>Changelog</h5>
<div style="width: 600px; height: 250px; overflow:scroll;">
<pre>
<?php @readfile('src/CHANGELOG.TXT'); ?>
</pre>
</div>
<br />
<div class="credit">
<hr />
Copyright © 2005-2006, Maarten Balliauw </div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>