Show
Ignore:
Timestamp:
11/01/2007 03:14:45 AM (13 months ago)
Author:
PugFish
Message:

Englishised some descriptions
Converted Validation to new comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Calendar.php

    r929 r932  
    2121        /* 
    2222         * Method: __construct 
    23          *  Sets the default time reference 
     23         *  Sets the default time reference. 
    2424         * 
    2525         * Parameters: 
     
    4141         * Method: initialize 
    4242         *  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 
    4746         */ 
    4847        private function initialize($config = array()) 
     
    5958        /* 
    6059         * Method: generate 
    61          *  Generate the calendar 
     60         *  Generate the calendar. 
    6261         * 
    6362         * Parameters: 
     
    332331        /* 
    333332         * Method: get_total_days 
    334          *  Total days in a given month 
     333         *  Total days in a given month. 
    335334         * 
    336335         * Parameters: 
     
    364363        /* 
    365364         * 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. 
    367366         * 
    368367         * Returns: 
     
    398397        /* 
    399398         * 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. 
    401400         */ 
    402401        private function parse_template()