PHP Classes

File: simple_demo.php3

Recommend this page to a friend!
  Classes of Seamus Venasse   pcCalendar   ???   Download  
File: ???
Role: ???
Content type: text/plain
Description: Simple demonstation of the use of the calendar
Class: pcCalendar
Author: By
Last change:
Date: 25 years ago
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(); ?>