Source for file projax.php
Documentation is available at projax.php
* An open source set of php helper classes for prototype and script.aculo.us.
* @copyright Copyright (c) 2006, ngcoders.
* @license http://www.gnu.org/copyleft/gpl.html
* @link http://www.ngcoders.com
include("classes/JavaScript.php");
include("classes/Prototype.php");
include("classes/Scriptaculous.php");
// For $projax = new Projax();
|