Browse Source

Update runtime-routing.md

tags/2.0.4
Andrew Potter 10 years ago
parent
commit
9229f66174
  1. 2
      docs/guide/runtime-routing.md

2
docs/guide/runtime-routing.md

@ -275,7 +275,7 @@ The rest of the properties are optional. However, their configuration shown abov
A URL rule is an instance of [[yii\web\UrlRule]] or its child class. Each URL rule consists of a pattern used A URL rule is an instance of [[yii\web\UrlRule]] or its child class. Each URL rule consists of a pattern used
for matching the path info part of URLs, a route, and a few query parameters. A URL rule can be used to parse a request for matching the path info part of URLs, a route, and a few query parameters. A URL rule can be used to parse a request
if its pattern matches the requested URL and a URL rule can be used to create a URL if its route and query parameter if its pattern matches the requested URL. A URL rule can be used to create a URL if its route and query parameter
names match those that are given. names match those that are given.
When the pretty URL format is enabled, the [[yii\web\UrlManager|URL manager]] uses the URL rules declared in its When the pretty URL format is enabled, the [[yii\web\UrlManager|URL manager]] uses the URL rules declared in its

Loading…
Cancel
Save