Now I prescribe everything with hardcore in urlManager.

'art/list' => 'ask/index', 'art/list/sort/<sort:\w+>/' => 'ask/index', 'art/list/sort/<sort:\w+>/type/<type>' => 'ask/index', 

And the link goes like this:

  / art / list / sort / new / type / pro + local + buisnes + tourist 
How can I make so that each parameter is not registered in the urlManager every time, for example, if I have 10 or more of them?

    0