Projax Version 0.2


Installation Instructions

Projax can be installed as follows :

  1. Unzip the package.
  2. Put projax in a subdirectory of you main application.Say the subdirectoy is "projax".
  3. 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>
  4. 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!