Passing route url format to symfony2 form with get method

后端 未结 3 518
一生所求
一生所求 2021-01-23 10:36

Not sure if I properly wrote the subject but anyway.

Since you can create specific routes with different parameters for eg:

_search:
    pattern: /page/{         


        
3条回答
  •  说谎
    说谎 (楼主)
    2021-01-23 10:52

    You could add a second route that will just match /page

    then in the controller you can get the defaults. and merge them with any that are passed.

    Take a look at a similar question I answered for some code examples.

    KendoUI Grid parameters sending to a symfony2 app

提交回复
热议问题