Installation Instructions
PQuery can be installed as follows :
- Unzip the package.
- Put PQuery in a subdirectory of you main application.Say the subdirectoy is "pquery ".
- Include the javascript files as required. For example -
<script src="pq/js/jquery.js" type="text/javascript"></script> - 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!