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/Pagination.php

    r931 r932  
    2828        /* 
    2929         * Method: __construct 
    30          *  Sets up the config values 
     30         *  Sets up the config values. 
    3131         * 
    3232         * Parameters: 
     
    9797        /* 
    9898         * Method: create_links 
    99          *  Generates the HTML for the chosen pagination style 
     99         *  Generates the HTML for the chosen pagination style. 
    100100         * 
    101101         * Parameters: 
     
    119119        /* 
    120120         * Method: url 
    121          *  Get the base_url with the specified page number 
     121         *  Get the base_url with the specified page number. 
    122122         * 
    123123         * Parameters: 
     
    136136        /* 
    137137         * Method: sql_offset 
    138          *  Get the SQL offset of the first row to return 
     138         *  Get the SQL offset of the first row to return. 
    139139         * 
    140140         * Returns: 
     
    148148        /* 
    149149         * Method: url 
    150          *  Generate the complete SQL LIMIT clause 
     150         *  Generate the complete SQL LIMIT clause. 
    151151         * 
    152152         * Returns: