Commit Graph

20 Commits

Author SHA1 Message Date
Carsten Brandt
7d23e39c1e added note about routing naming convention to upgrade guide
also added some links to controller ID and action ID description.

fixes #5029
2015-05-24 20:44:33 +02:00
Carsten Brandt
739cde461a added some references to the guide 2015-04-19 19:35:02 +02:00
Carsten Brandt
89febd64f0 guide: enable strict parsing to false
this is a better default which can be copy pasted from the guide as it works out of the box with no rules
2015-03-05 23:14:27 +01:00
Qiang Xue
6327262f49 Merge pull request #7533 from apyii/patch-2
Update runtime-routing.md
2015-03-02 19:16:28 -05:00
Andrew Potter
9229f66174 Update runtime-routing.md 2015-03-02 22:20:47 +01:00
Andrew Potter
b15baa09ff Update runtime-routing.md 2015-03-02 21:23:21 +01:00
Carsten Brandt
dee62967e0 adjusted url guide to match change in #7025 2015-01-26 13:31:13 +01:00
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
Carsten Brandt
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
Qiang Xue
201043244d doc fixes [skip ci] 2015-01-10 23:23:36 -05:00
Nobuo Kihara
e71112bb90 docs/guide/runtime-routing.md - fix [ci skip] 2014-12-02 08:04:51 +09:00
larnu
f15eeb09b6 Update runtime-routing.md
Shouldn't showScriptName be false to hide entry script name?
2014-11-27 20:40:14 +01:00
surgat
08e65958dd Update runtime-routing.md 2014-11-25 15:53:06 +03:00
Christopher Vrooman
b5b7e75c4c Update runtime-routing.md
Minor syntax changes.
2014-11-20 14:58:04 -03:00
Nobuo Kihara
df785fc27c docs/guide/runtime-routing.md - grammar fix [ci skip] 2014-11-19 23:55:45 +09:00
Nobuo Kihara
04341e5086 docs/guide/runtime-routing.md - grammar correction [ci skip] 2014-11-19 23:55:44 +09:00
Qiang Xue
ee3fa07f96 typo fix [skip ci] 2014-11-03 20:51:36 -05:00
Qiang Xue
b10f580dfd Finished routing tutorial [skip ci] 2014-11-03 17:03:44 -05:00
Qiang Xue
0b755395d4 working on guide [skip ci] 2014-11-02 22:11:45 -05:00
Qiang Xue
1cd05b4636 finished routing tutoail [skip ci] 2014-09-28 18:57:17 -04:00