Files
yii2/docs
Ivan Pushkin 6940aecd04 Update runtime-routing.md: Fix url rule order
in previous example this
Url::to(['post/index', 'year' => 2014, 'category' => 'php']) 
will not create `/index.php/posts/2014/php` 
because it will be handled by first find rule 'posts' => 'post/index' and url will be '/index.php/posts?year=2014&category=php'
2015-01-26 14:22:15 +02:00
..
2014-06-27 14:13:05 -04:00
2014-12-29 11:52:51 +01:00
2014-10-10 00:08:51 +05:00
2015-01-24 23:18:53 +01:00