Exemplo n.º 1
0
 public function dropDownList($model, $attribute, $data, $htmlOptions = array())
 {
     return CHtml::activeDropDownList($model, $attribute, $data, $htmlOptions);
 }