Login   Register  
PHP Classes
elePHPant
Icontem

File: names_arrays.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Riccardo Brambilla  >  RCalendar  >  names_arrays.php  >  Download  
File: names_arrays.php
Role: Configuration script
Content type: text/plain
Description: Months - Days arrays definitions
Class: RCalendar
Display XHTML calendars of a given month
Author: By
Last change:
Date: 2007-01-18 06:11
Size: 371 bytes
 

Contents

Class file image Download
<?php

$wd_names 
= array(FIRST_DAY,   SECOND_DAY,   THIRD_DAY,   FOURTH_DAY,   FIFTH_DAY,   SIXTH_DAY,   SEVENTH_DAY); 
$m_names  = array(=> FIRST_MONTH=> SECOND_MONTH=> THIRD_MONTH=> FOURTH_MONTH=> FIFTH_MONTH=> SIXTH_MONTH=> SEVENTH_MONTH=> EIGHTH_MONTH=> NINETH_MONTH10 => TENTH_MONTH11 => ELEVENTH_MONTH12 => TWELTH_MONTH);

?>