2

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?

noobie-php
  • 6,817
  • 15
  • 54
  • 101

1 Answers1

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