@@ -505,7 +505,7 @@ The `CWebUser` class in 1.1 is now replaced by [[yii\web\User]], and there is no
...
@@ -505,7 +505,7 @@ The `CWebUser` class in 1.1 is now replaced by [[yii\web\User]], and there is no
`CUserIdentity` class. Instead, you should implement the [[yii\web\IdentityInterface]] which
`CUserIdentity` class. Instead, you should implement the [[yii\web\IdentityInterface]] which
is much more straightforward to use. The advanced application template provides such an example.
is much more straightforward to use. The advanced application template provides such an example.
Please refer to the [Authentication](security-authentication.md), [Authorization](security-authorization.md), and [Advanced Application Technique](tutorial-advanced-app.md) sections for more details.
Please refer to the [Authentication](security-authentication.md), [Authorization](security-authorization.md), and [Advanced Application Template](tutorial-advanced-app.md) sections for more details.
URL Management
URL Management
...
@@ -524,7 +524,7 @@ the same goal.
...
@@ -524,7 +524,7 @@ the same goal.
]
]
```
```
Please refer to the [Url manager docs](runtime-url-handling.md) section for more details.
Please refer to the [Url manager docs](runtime-routing.md) section for more details.