Answer the question
In order to leave comments, you need to log in
Why can't links be displayed in CDetailView in Yii?
Good afternoon,
everything works in CGridView. relation are exposed in the model:
public function relations()
{
...
'task' => array(self::BELONGS_TO, 'Task', 'TASK'),
...
}
$this->widget('zii.widgets.CDetailView', array(
'data'=>$model,
'attributes'=>array(
'NAME',
'TASK'=>array(
'name'=>'TASK',
'value'=>'$data->task->NAME',
),
'STATUS',
'USER',
'PHOTO',
'ORDER_SORT',
'EXIST',
),
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question