Hi there. I get this error:
from this view.php file:
every thing is ok as it seems. i can't find the problem.
The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.
from this view.php file:
<?php $this->widget('zii.widgets.CDetailView', array( 'data'=>$model, 'attributes'=>array( 'id', 'type', 'qualitativeـcomponent_en', //--->make error 'qualitativeـcomponent_trans', //--->make error 'creatino_time', 'creation_type_en', 'creation_type_trans', 'Weight', 'karat', 'lang', 'create_time', 'update_time', 'deleted', ), )); ?>
every thing is ok as it seems. i can't find the problem.