Difference between #33 and #34 of
Yii v2 snippet guide II

Revision #34 has been created by rackycz on Oct 3, 2020, 4:31:19 PM with the memo:

Decimal Integer formatter
« previous (#33) next (#35) »

Changes

Title unchanged

Yii v2 snippet guide II

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,beginner,yii2,snippets

Content changed

[...]
```

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',
],
],
```
[...]
4 0
3 followers
Viewed: 75 354 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Aug 26, 2020
Last updated: 3 years ago
Update Article

Revisions

View all history