Changeset 968 for trunk/system/config/pagination.php
- Timestamp:
- 11/03/2007 05:11:03 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/pagination.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/pagination.php
r866 r968 4 4 * 5 5 * Options: 6 * style - Style name 6 * directory - Views folder in which your pagination style templates reside 7 * style - Style name (matches template filename) 8 * uri_segment - URI segment (or 'label') in which the current page number can be found 7 9 * items_per_page - Number of items in a page of results 8 10 */ 9 11 $config = array 10 12 ( 13 'directory' => 'pagination', 11 14 'style' => 'classic', 15 'uri_segment' => 3, 12 16 'items_per_page' => 20 13 17 );
