1. 26 Jan, 2015 1 commit
    • Update runtime-routing.md: Fix url rule order · 6940aecd
      Ivan Pushkin authored
      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'
  2. 25 Jan, 2015 5 commits
  3. 24 Jan, 2015 10 commits
  4. 23 Jan, 2015 4 commits
  5. 22 Jan, 2015 6 commits
  6. 21 Jan, 2015 4 commits
  7. 20 Jan, 2015 10 commits