Changes
Title
changed
Multiple CGridView virtual attributes, retrieved from a single model function. Also communication between CGridView columns and rows; and between CGridView and its own parent view.
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
CGridView communication, multiple virtual attributes, custom attributes
Content
unchanged
[...]
}
// In the gridview column you can access it by using $data->myAttribute.
```
Hope this helps.