summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-08-27 03:52:51 +0200
committeradmin <devnull@localhost>2006-08-27 03:52:51 +0200
commit141808ad31d4eefad4c6c3dbaf8306fac2342668 (patch)
tree25c40e5e4e18fb27bb2826ac6ce8fbffd844281c /user_guide/libraries
parentb071bb5a92aade551345a495fb13f5678f3978d0 (diff)
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 3f4e56935..ac71d78b3 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -91,7 +91,7 @@ minimum you need the three shown. Here is a description of what those items rep
<ul>
<li><strong>base_url</strong> This is the full URL to the controller class/function containing your pagination. In the example
- above, it is pointing to a controller called "Page" and a function called "test". Keep in mind that you can
+ above, it is pointing to a controller called "Test" and a function called "page". Keep in mind that you can
<a href="../general/routing.html">re-route your URI</a> if you need a different structure.</li>
<li><strong>total_rows</strong> This number represents the total rows in the result set you are creating pagination for.
Typically this number will be the total rows that your database query returned.