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
Post a Comment