Navigation Menu

Skip to content

Commit

Permalink
Update paginator.md
Browse files Browse the repository at this point in the history
Unless I misunderstood, this makes more sense.
  • Loading branch information
RWOverdijk committed Mar 7, 2013
1 parent 5224fac commit 24382ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/paginator.md
Expand Up @@ -2,7 +2,7 @@

DoctrineModule provides a simple Paginator adapter that can be used with DoctrineCollection.

> Note : if you are using Doctrine 2 ORM, what you are looking for is more likely a Paginator adapter that can be used with Doctrine 2 Paginators. Hopefully, DoctrineORMModule provides such a paginator adapter. You can find the documentation here :
> Note : if you are using Doctrine 2 ORM, what you are looking for is probably a Paginator adapter that can be used with Doctrine 2 Paginators. Luckily, DoctrineORMModule provides such a paginator adapter. You can find the documentation here :
### Simple example

Expand All @@ -27,4 +27,4 @@ $paginator->setCurrentPageNumber(1)
// Pass it to the view, and use it like a "standard" Zend paginator
```

For more information about Zend Paginator, please read the [Zend Paginator documentation](http://framework.zend.com/manual/2.0/en/modules/zend.paginator.introduction.html).
For more information about Zend Paginator, please read the [Zend Paginator documentation](http://framework.zend.com/manual/2.0/en/modules/zend.paginator.introduction.html).

0 comments on commit 24382ca

Please sign in to comment.