Revision #60 has been created by rackycz on Sep 20, 2019, 1:46:11 PM with the memo:
edit
« previous (#59) next (#61) »
Changes
Title
unchanged
Yii v2 for beginners
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
$model->scenario = User::SCENARIO_CREATE; // the new scenario!
// ...
```
i18n translations + Session
---
Translations are fairly simple, but I probably didnt read manuals carefully so it took me some time.[...]
- "C:\xampp\htdocs\basic\messages\de-DE\app.php"
Now hgo to file config/web.php, find section "components" and paste this code:
```php[...]
```
You surely saw that I views and Access rights
---
... text ...