PQuery Version 0.2


Installation Instructions

PQuery can be installed as follows :

  1. Unzip the package.
  2. Put PQuery in a subdirectory of you main application.Say the subdirectoy is "pquery ".
  3. Include the javascript files as required. For example - <script src="pq/js/jquery.js" type="text/javascript"></script>
  4. Include the PQuery classes as required in your script.For example - include("pquery/pquery.php");

If you're new to PQuery , please read the Getting Started section of the User Guide to begin learning how to build RICH PHP applications. Enjoy!