Yii v2 snippet guide

Comparing #64 with #65

Revision #65 was created by rackycz rackycz on Sep 20, 2019, 2:08:43 PM.

edit

Content

[...]
], // end of 'components'

```

Explanation of the asterisk * can be found in article [https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n](https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n)
 
 
You surely saw that in views and models there are texts saved like this:

```php
Yii::t('app', 'New password'),
```
[...]