Revision #16 has been created by Gerhard Liebenberg on Feb 11, 2015, 12:22:42 PM with the memo:
Corrected typo
« previous (#15) next (#17) »
Changes
Title
unchanged
Sort and filter a custom or composite CGridView column - that may even contain data from different tables.
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
complex custom CGridView column sort filter
Content
changed
[...]
{
return 'Green';
}
}
public function rules()
{
return array(
array('varColour', 'safe', 'on'=>'search')
,
);
}
public function attributeLabels()
{
return array(
'varColour' => 'Colour',[...]