質問

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