mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 04:38:03 +08:00
Merge pull request #12212 from w3lifer/patch-4
Routing and URL Generation -> Routing and URL Creation
This commit is contained in:
@@ -85,7 +85,7 @@ ModuleID/ControllerID/ActionID
|
||||
|
||||
So if a user requests with the URL `http://hostname/index.php?r=site/index`, the `index` action in the `site` controller
|
||||
will be executed. For more details on how routes are resolved into actions, please refer to
|
||||
the [Routing and URL Generation](runtime-routing.md) section.
|
||||
the [Routing and URL Creation](runtime-routing.md) section.
|
||||
|
||||
|
||||
## Creating Controllers <span id="creating-controllers"></span>
|
||||
|
||||
Reference in New Issue
Block a user