<?php
/**
 * Projax
 *
 * An open source set of php helper classes for prototype and script.aculo.us.
 *
 * @package		Projax
 * @author		Vikas Patial
 * @copyright	Copyright (c) 2006, ngcoders.
 * @license		http://www.gnu.org/copyleft/gpl.html 
 * @link		http://www.ngcoders.com
 * @since		Version 0.2
 * @filesource
 */

include("classes/JavaScript.php");
include("classes/Prototype.php");
include("classes/Scriptaculous.php");

// For $projax = new Projax();
class Projax extends Scriptaculous{
}


?>
