Changeset 866 for trunk/system/config/pagination.php
- Timestamp:
- 10/22/2007 12:29:02 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/pagination.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/pagination.php
r647 r866 1 1 <?php defined('SYSPATH') or die('No direct access allowed.'); 2 /** 3 * Pagination Configuration 4 * ----------------------------------------------------------------------------- 2 /* 3 * File: Pagination 5 4 * 6 * User Guide: http://kohanaphp.com/user_guide/en/libraries/pagination.html 7 * 8 * @param string style Style name 9 * @param string items_per_page Number of items in a page of results 10 * 5 * Options: 6 * style - Style name 7 * items_per_page - Number of items in a page of results 11 8 */ 12 9 $config = array
