PHP Classes

File: names_arrays.php

Recommend this page to a friend!
  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: 17 years ago
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(1 => FIRST_MONTH, 2 => SECOND_MONTH, 3 => THIRD_MONTH, 4 => FOURTH_MONTH, 5 => FIFTH_MONTH, 6 => SIXTH_MONTH, 7 => SEVENTH_MONTH, 8 => EIGHTH_MONTH, 9 => NINETH_MONTH, 10 => TENTH_MONTH, 11 => ELEVENTH_MONTH, 12 => TWELTH_MONTH);

?>