Closed emulienfou closed 6 years ago
What about adding also an offset for pagination?
Offset added, suggested by @leandro980 Thanks for the idea
Great idea !
Thanks
Speaking of pagination, i could work on adding a controller that uses knp-paginator-bundle.
The steps that I will follow are:
listPaginatedNotificationAction
that renders the specific templatemgilet_notification_generate_path
in NotificationExtension.php for the new routeDo you think it should be a good idea?
Hi, I think this is a good idea. But I would like to warn you about a potential bug when using setFirstResult and setMaxResult with join query : http://www.christophe-meneses.fr/article/setmaxresults-limite-le-resultat-de-mes-jointures
Do you think it can occurred with your modification ?
By the way, Thank you for your work
Hi @flavienaudin , knp-paginator uses Doctrine Paginator so i think it's not a problem in this case.
Pull Request for issue #14