Created
March 9, 2015 01:32
-
-
Save anonymous/b9a5b4e4dd0cbbc64e73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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