samdark / yii2-cookbook

Yii 2.0 Community Cookbook
1.45k stars 297 forks source link

Update urls-variable-number-of-parameters.md #108

Closed nikolai-katkov closed 8 years ago

nikolai-katkov commented 8 years ago

Url::to(['product/category', 'categories' => 'cars/sport']) returns /products/cars%2Fsport. In order to get /products/cars/sport, the rule should be configured a bit differently.

samdark commented 8 years ago

Thanks!