Difference between #59 and #60 of
Yii v2 snippet guide

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 ...
 
7 0
4 followers
Viewed: 255 124 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: 5 months ago
Update Article

Revisions

View all history