php - symfony2 KnpPaginatorBundle automatically generate query string -


is there method in twig make knppaginatorbundle generate query string automatically? want this:

?sort=id&page=2 automatically inserted when call function this: knp_current_parameters()

so, there such functionality?

or how generate link contain sort , page params, without manually passing them within controller?


Comments

Popular posts from this blog

PHP Error "Undefined index" -

C# List<> to xml -

php - How to only save new tweets/instagram photos to database? -