Hello everyone and thanks for reading . I was wondering how i could format a number into a currency or just simply attach € at the end. I am working in a gridview on the admin page in the yii framework. i have this as eg
'columns'=>array(
'title',
array(
'name'=>'cost',
'value'=>'$data->cost',
)