Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created November 25, 2011 14:30
Show Gist options
  • Save DrMabuse23/1393642 to your computer and use it in GitHub Desktop.
Save DrMabuse23/1393642 to your computer and use it in GitHub Desktop.
<?php echo CHtml::activeDropDownList($model,
'country_id',
CHtml::listData( Countries::model()->findAll(),
'id',
'country' ),
array('prompt'=>'Country')) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment