Merge pull request #12212 from w3lifer/patch-4

Routing and URL Generation -> Routing and URL Creation
This commit is contained in:
Dmitry Naumenko
2016-08-19 16:53:30 +03:00
committed by GitHub

View File

@@ -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 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 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> ## Creating Controllers <span id="creating-controllers"></span>