gantt/gantt.php

20 lines
355 B
PHP
Raw Normal View History

2011-10-26 10:48:37 -04:00
<?php
/**
* gantt - File for the gantt class
*
* Takes data for events from users to create a basic gantt chart that can
* be displayed in various formats.
*
* @author Andrew Tomaka
* @version 1.0
*/
/**
* gantt - Gantt chart class.
*
* Manage events added by a user to produce a gantt chart
*
* @author Andrew TOmaka
* @version 1.0
**/
?>