Skip to content

Instantly share code, notes, and snippets.

Created March 9, 2015 01:16
Show Gist options
  • Save anonymous/1360da20b7ff8f0da8dc to your computer and use it in GitHub Desktop.
Save anonymous/1360da20b7ff8f0da8dc 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