Changeset 932 for trunk/system/libraries/Pagination.php
- Timestamp:
- 11/01/2007 03:14:45 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Pagination.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Pagination.php
r931 r932 28 28 /* 29 29 * Method: __construct 30 * Sets up the config values 30 * Sets up the config values. 31 31 * 32 32 * Parameters: … … 97 97 /* 98 98 * Method: create_links 99 * Generates the HTML for the chosen pagination style 99 * Generates the HTML for the chosen pagination style. 100 100 * 101 101 * Parameters: … … 119 119 /* 120 120 * Method: url 121 * Get the base_url with the specified page number 121 * Get the base_url with the specified page number. 122 122 * 123 123 * Parameters: … … 136 136 /* 137 137 * 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. 139 139 * 140 140 * Returns: … … 148 148 /* 149 149 * Method: url 150 * Generate the complete SQL LIMIT clause 150 * Generate the complete SQL LIMIT clause. 151 151 * 152 152 * Returns:
