Ejemplo n.º 1
0
 public function radioButtonList($model, $attribute, $data, $htmlOptions = array())
 {
     return CHtml::activeRadioList($model, $attribute, $data, $htmlOptions);
 }