Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top