0byt3m1n1
Path:
/
data
/
applications
/
aps
/
mantis
/
1.2.7-0
/
standard
/
htdocs
/
library
/
projax
/
[
Home
]
File: projax.php
<?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{ } ?>