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