I have app on ZF2 + DoctrineODM + doctrine-mongo-odm-module and I can't find examples how to create pagination with these modules. Is there any example to do this?
Asked
Active
Viewed 1,175 times
1 Answers
1
Try to have a look here Doctrine + ZF2 tips: Pagination it uses Doctrine ORM, but it should be very similar to Doctrine ODM.
Just use DoctrineMongoODMModule and it's paginator

Zdenek Machek
- 1,758
- 1
- 20
- 30