Login   Register  
PHP Classes
elePHPant
Icontem

File: exemplo.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bruno Felipe Cerqueira Silva  >  calend.class.php  >  exemplo.php  >  Download  
File: exemplo.php
Role: Sample output
Content type: text/plain
Description: Exemplo do aplicação do Calendário
Class: calend.class.php
Generates HTML calendars in portuguese.
Author: By
Last change:
Date: 2002-12-14 12:06
Size: 103 bytes
 

Contents

Class file image Download
<?php
	require 'calend.class.php';
	$calendario = new calendario;
	$calendario->impr_calendar();
?>