phpDocumentor Projax
[ class tree: Projax ] [ index: Projax ] [ all elements ]

Source for file projax.php

Documentation is available at projax.php

  1. <?php
  2. /**
  3.  * Projax
  4.  *
  5.  * An open source set of php helper classes for prototype and script.aculo.us.
  6.  *
  7.  * @package        Projax
  8.  * @author        Vikas Patial
  9.  * @copyright    Copyright (c) 2006, ngcoders.
  10.  * @license        http://www.gnu.org/copyleft/gpl.html
  11.  * @link        http://www.ngcoders.com
  12.  * @since        Version 0.2
  13.  * @filesource
  14.  */
  15.  
  16. include("classes/JavaScript.php");
  17. include("classes/Prototype.php");
  18. include("classes/Scriptaculous.php");
  19.  
  20. // For $projax = new Projax();
  21. class Projax extends Scriptaculous{
  22. }
  23.  
  24.  
  25. ?>

Documentation generated on Sun, 05 Apr 2009 23:01:29 +0100 by phpDocumentor 1.4.1