summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-05-21 07:04:26 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-05-21 07:04:26 +0200
commitc6238e983455ba4ab08ad9bf4d6d5d7f75d8c10c (patch)
treee8290923e25db040f3f9e0ab440d65e4fb252c2e /user_guide/libraries
parent8ddc0db3bb835fbb880c25882b1016747527742c (diff)
customizable query string
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/pagination.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index d96f2d00c..d91a73eea 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -124,7 +124,7 @@ something different you can specify it.</p>
<p><code>http://www.your-site.com/index.php/test/page/20</code></p>
<p>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.</p>
<p><code>http://www.your-site.com/index.php?c=test&amp;m=page&amp;per_page=20</code></p>
-<p>Note that &quot;per_page&quot; is the string automatically passed.</p>
+<p>Note that &quot;per_page&quot; is the default query string passed, however can be configured using $config['query_string_segment'] = 'your_string'</p>
<h2>Adding Enclosing Markup</h2>
<p>If you would like to surround the entire pagination with some markup you can do it with these two prefs:</p>