From 8ddc0db3bb835fbb880c25882b1016747527742c Mon Sep 17 00:00:00 2001
From: Derek Allard
The number of "digit" links you would like before and after the selected page number. For example, the number 2 -will place two digits on either side, as in the example links at the very top of this page.
- +The number of "digit" links you would like before and after the selected page number. For example, the number 2 + will place two digits on either side, as in the example links at the very top of this page.
+By default, the pagination library assume you are using URI Segments, and constructs your links something like
+http://www.your-site.com/index.php/test/page/20
If you have $config['enable_query_strings'] set to TRUE your links will automatically be re-written using Query Strings. This option can also be explictly set. Using $config['page_query_string'] set to TRUE, the pagination link will become.
+http://www.your-site.com/index.php?c=test&m=page&per_page=20
Note that "per_page" is the string automatically passed.
If you would like to surround the entire pagination with some markup you can do it with these two prefs:
-- cgit v1.2.3-24-g4f1b