Revision #3 has been created by c@cba on Feb 20, 2012, 12:10:09 PM with the memo:
How to extend CFormatter, add i18n support to booleanFormat and use it in CDetailView
« previous (#2)
Changes
Title
unchanged
How to extend CFormatter, add i18n support to booleanFormat and use it in CDetailView
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
CDetailView, CFormatter, translation, i18n, boolean, view
Content
changed
[...]
),
));
```
<br>
It is that easy to add new and more complicated formatters and simplify your CDetailView calls. Same goes for CGridView.