2. Place the contents of the zip on the root of the site merging it with your current site.
So you'd end up with your current structure plus:
/
cjax/
controllers/
ajax.php
testing.php
You are set. Now lets test...
Testing your Cjax Installation
For security reasons you cannot access ajax.php directly on your browser, so we'll use testing.php to use.
Go onto your browser and type in the url for your site, plus testing.php?test/test, eg: http://yoursite.com/testing.php?test/test
If you see the text "Ajax View..." on your browser, that means you have successfully installed and tested the ajax framework.
You may find the text in file controllers/test.php in function test(). If your installation was successful you may delete file testing.php.