PHP Classes

File: calendarTest.php

Recommend this page to a friend!
  Classes of William J Sanders   BaseCalendar   calendarTest.php   Download  
File: calendarTest.php
Role: ???
Content type: text/plain
Description: Sample use of BaseCalendar Class
Class: BaseCalendar
Author: By
Last change:
Date: 21 years ago
Size: 165 bytes
 

Contents

Class file image Download
<html> <head> <title>Page title</title> </head> <body> <?php include_once("BaseCalendar.inc"); $newCal = new BaseCalendar(); ?> </body> </html>