Commit e4bcf3ad by Qiang Xue

Merge pull request #6270 from davidsonalencar/guide-en

Update guides
parents f509ed24 ae6f1481
......@@ -132,7 +132,7 @@ se você não especificar sua classe, a padrão será utilizada.
só está disponível em [[yii\web\Application|aplicações Web]]. Por favor consulte
a seção [Sessões e Cookies](runtime-sessions-cookies.md) para mais detalhes.
* [[yii\web\UrlManager|urlManager]]: suporta a análise e criação de URLs. Por
favor consulte a seção [Análise e Geração de URLs](runtime-url-handling.md)
favor consulte a seção [Análise e Geração de URLs](runtime-routing.md)
para mais detalhes.
* [[yii\web\User|user]]: representa as informações de autenticação do usuário.
Esse componente só está disponível em [[yii\web\Application|aplicações Web]].
......
......@@ -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
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
......@@ -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.
Using Yii 1.1 and 2.x together
------------------------------
......
......@@ -111,7 +111,7 @@ if you do not specify its class, the default one will be used.
in [[yii\web\Application|Web applications]].
Please refer to the [Sessions and Cookies](runtime-sessions-cookies.md) section for more details.
* [[yii\web\UrlManager|urlManager]]: supports URL parsing and creation.
Please refer to the [URL Parsing and Generation](runtime-url-handling.md) section for more details.
Please refer to the [URL Parsing and Generation](runtime-routing.md) section for more details.
* [[yii\web\User|user]]: represents the user authentication information. This component is only available
in [[yii\web\Application|Web applications]]
Please refer to the [Authentication](security-authentication.md) section for more details.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment