Yii v2 snippet guide II

Comparing #33 with #34

Revision #34 was created by rackycz rackycz on Oct 3, 2020, 4:31:19 PM.

Decimal Integer formatter

Content

[...]
```

Usage is simple. Read the link above and give like to karpy47 or see below:

```php
// file config/web.php
 
'components' => [
'formatter' => [
'class' => 'app\myHelpers\MyFormatter',
],
],
```
[...]