Browse Source

Merge pull request #2713 from GiampaoloFalqui/patch-1

Improves next() and prev() documentation
ADmad 12 years ago
parent
commit
671bd9797b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/Cake/View/Helper/PaginatorHelper.php

+ 2 - 0
lib/Cake/View/Helper/PaginatorHelper.php

@@ -264,6 +264,7 @@ class PaginatorHelper extends AppHelper {
  *
  * ### Options:
  *
+ * - `url` Allows sending routing parameters such as controllers, actions or passed arguments.
  * - `tag` The tag wrapping tag you want to use, defaults to 'span'. Set this to false to disable this option
  * - `escape` Whether you want the contents html entity encoded, defaults to true
  * - `model` The model to use, defaults to PaginatorHelper::defaultModel()
@@ -289,6 +290,7 @@ class PaginatorHelper extends AppHelper {
  *
  * ### Options:
  *
+ * - `url` Allows sending routing parameters such as controllers, actions or passed arguments.
  * - `tag` The tag wrapping tag you want to use, defaults to 'span'. Set this to false to disable this option
  * - `escape` Whether you want the contents html entity encoded, defaults to true
  * - `model` The model to use, defaults to PaginatorHelper::defaultModel()