Login   Register  
PHP Classes
elePHPant
Icontem

File: calendarTest.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-04-05 04:09
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>