Changeset 932 for trunk/system/libraries/Calendar.php
- Timestamp:
- 11/01/2007 03:14:45 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Calendar.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Calendar.php
r929 r932 21 21 /* 22 22 * Method: __construct 23 * Sets the default time reference 23 * Sets the default time reference. 24 24 * 25 25 * Parameters: … … 41 41 * Method: initialize 42 42 * Initialize the user preferences. 43 * Accepts an associative array as input, containing display preferences 44 * 45 * Parameters: 46 * config - config preferences 43 * 44 * Parameters: 45 * config - display preferences 47 46 */ 48 47 private function initialize($config = array()) … … 59 58 /* 60 59 * Method: generate 61 * Generate the calendar 60 * Generate the calendar. 62 61 * 63 62 * Parameters: … … 332 331 /* 333 332 * Method: get_total_days 334 * Total days in a given month 333 * Total days in a given month. 335 334 * 336 335 * Parameters: … … 364 363 /* 365 364 * Method: default_template 366 * This is used in the event that the user has not created their own template 365 * This is used in the event that the user has not created their own template. 367 366 * 368 367 * Returns: … … 398 397 /* 399 398 * Method: parse_template 400 * Harvests the data within the template {pseudo-variables} used to display the calendar 399 * Harvests the data within the template {pseudo-variables} used to display the calendar. 401 400 */ 402 401 private function parse_template()
