Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created April 30, 2013 09:19
Show Gist options
  • Save DrMabuse23/5487593 to your computer and use it in GitHub Desktop.
Save DrMabuse23/5487593 to your computer and use it in GitHub Desktop.
$form->dropDownList($model, 'selectedfield', CHtml::listData(Field::model()->findAll(), 'id', 'fname'),array('prompt' => '(Select field)'));
$form->dropDownList($model, 'selectedfield', CHtml::listData(Field::model()->findAll(), 'id', 'fname',array('prompt' => '(Select field)')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment