Massimiliano Arione

Results 255 comments of Massimiliano Arione

Try to replace `{% elseif startPage != 2 %}` with `{% else %}` [here](https://github.com/KnpLabs/KnpPaginatorBundle/blob/master/templates/Pagination/twitter_bootstrap_v3_pagination.html.twig#L37)

I'm a bit worried about "I even installed the knp paginator on the server"... what do you mean?

> This would be BC break, but I think it can go into upcoming `2.0` version. Really? I guess that the routes are intended to work only in GET/POST, and...

I know the docs are still valid, but I think it's a pity to miss showing the new features. I think docs should be expanded to cover both options, the...

Sorry for bumping (I know it's not really nice), but I was wondering if there are some news here.

This is my idea for autowiring menu builders: we can create an interface and add tag/alias to all classes implementing it. Something like: ```php

What is the resulting query performed by Doctrine on the database? I mean the one you can read inside the profiler

Why such methods are supposed to be "missing"?

Can't you use AbstractPagination or PaginationInterface instead?