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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top