Browse Source

Fixed note so that's clear that dashed internal routes are applied to modules

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
dc4feef716
  1. 2
      docs/guide/controller.md

2
docs/guide/controller.md

@ -91,7 +91,7 @@ If controller is located inside a module its action internal route will be `modu
In case module, controller or action specified isn't found Yii will return "not found" page and HTTP status code 404.
> Note: If controller name or action name contains camelCased words, internal route will use dashes i.e. for
> Note: If module name, controller name or action name contains camelCased words, internal route will use dashes i.e. for
`DateTimeController::actionFastForward` route will be `date-time/fast-forward`.
### Defaults

Loading…
Cancel
Save