Installation Instructions
Projax can be installed as follows :
- Unzip the package.
- Put projax in a subdirectory of you main application.Say the subdirectoy is "projax".
- Include the javascript files as required. For example -
<script src="projax/js/prototype.js" type="text/javascript"></script>
<script src="projax/js/scriptaculous.js" type="text/javascript"></script> - Include the projax classes as required in your script.For example -
include("projax/projax.php");
If you're new to Projax, please read the Getting Started section of the User Guide to begin learning how to build RICH PHP applications. Enjoy!