Skip to content

Instantly share code, notes, and snippets.

@cebe
Forked from anonymous/gist:1360da20b7ff8f0da8dc
Last active August 29, 2015 14:16
Show Gist options
  • Save cebe/56a7366b80b9b6d56018 to your computer and use it in GitHub Desktop.
Save cebe/56a7366b80b9b6d56018 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',
array(
'attendees'=>$model->attendees!=null ? ' ' : $model->attendees->username),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment