-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Switch to Doctrine's Pager #991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@stof thanks for your review! I've changed some things thanks to your review. |
Great change! Straightforward, clear, customizable… Now to all questions like "How to create a paginator?", just need to answer "Look at Symfony Demo" 👍 |
It would be better if |
I think PhpStorm IDE should figure out those array keys and suggest autocompleting for them... Not sure about autocompleting in Twig templates but it should work in PHP files as far as I know. But agree, paginator object will give us more strict format for this |
Pagerfanta library could be soon be unmaintained: whiteoctober/Pagerfanta#278
Let's switch to Doctrine Pager.