Changeset 3015 for trunk/system/libraries/Pagination.php
- Timestamp:
- 07/09/2008 03:45:47 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Pagination.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Pagination.php
r2935 r3015 47 47 48 48 /** 49 * Constructs thePagination object.49 * Constructs a new Pagination object. 50 50 * 51 51 * @param array configuration settings … … 69 69 * Sets config values. 70 70 * 71 * @throws Kohana_Exception 71 72 * @param array configuration settings 72 73 * @return void … … 198 199 199 200 /** 200 * Magically converts pagination object to string.201 * Magically converts Pagination object to string. 201 202 * 202 203 * @return string pagination html
