Big Pagination update.
commit8e553fc021b979acde699f57e99dbb83a2d1aa70
authorGeert De Deckere <geert@idoe.be>
Fri, 31 Jul 2009 11:41:01 +0000 (31 13:41 +0200)
committerGeert De Deckere <geert@idoe.be>
Fri, 31 Jul 2009 11:41:01 +0000 (31 13:41 +0200)
tree315f2b0428d651d7abdfed26bdd845ad5aa5b66b
parentaa38f1f3e76f02755df56782e633466b7f7a6515
Big Pagination update.

- Added support for page numbers in route parameters, as opposed to the query string.
- Created current_page config setting for setting both the source (query or route) and the key for the page number location.
- Created $config property for storing config settings in their own space. Much cleaner.
- Renamed some methods to more descriptive names: load_config -> config_group, config -> setup.
- Removed $cache parameter from config_group.
- Removed $auto_hide parameter from render.
- Updated demos.
classes/controller/pagination.php
classes/kohana/pagination.php
config/pagination.php