Skip to content

Commit

Permalink
Updating documentation with missing option.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 6, 2011
1 parent 3d44489 commit a0d531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/PaginatorHelper.php
Expand Up @@ -285,6 +285,7 @@ public function next($title = 'Next >>', $options = array(), $disabledTitle = nu
*
* - `escape` Whether you want the contents html entity encoded, defaults to true
* - `model` The model to use, defaults to PaginatorHelper::defaultModel()
* - `direction` The default directon to use when this link isn't active.
*
* @param string $key The name of the key that the recordset should be sorted.
* @param string $title Title for the link. If $title is null $key will be used
Expand Down Expand Up @@ -613,7 +614,6 @@ public function counter($options = array()) {
*
* Using the first and last options you can create links to the beginning and end of the page set.
*
*
* ### Options
*
* - `before` Content to be inserted before the numbers
Expand Down

0 comments on commit a0d531c

Please sign in to comment.