Skip to content

Instantly share code, notes, and snippets.

@cebe
Forked from anonymous/gist:b9a5b4e4dd0cbbc64e73
Last active August 29, 2015 14:16
Show Gist options
  • Save cebe/1212944a06674772676c to your computer and use it in GitHub Desktop.
Save cebe/1212944a06674772676c to your computer and use it in GitHub Desktop.
<?php $this->widget('zii.widgets.CDetailView', array(
'data'=>$model,
'attributes'=>array(
'id',
'location',
'date',
array(
'label'=>'attendees',
'value'=>$model->attendees!=null ? null : $model->attendees->username,
),
),
)); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment