Login   Register  
PHP Classes
elePHPant
Icontem

File: simple_demo.php3

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Seamus Venasse  >  pcCalendar  >  simple_demo.php3  >  Download  
File: simple_demo.php3
Role: ???
Content type: text/plain
Description: Simple demonstation of the use of the calendar
Class: pcCalendar
Author: By
Last change:
Date: 2000-01-05 00:34
Size: 218 bytes
 

Contents

Class file image Download
<?
        include( 'pccalendar.php3' );

        /* create new Calendar instance */
        $cal = new pcCalendar;

        /* display calendar for current month & year */
        $cal->intShowCalendar();

?>