Exemplo n.º 1
0
 public function error($model, $attribute, $htmlOptions = array(), $enableAjaxValidation = true, $enableClientValidation = true)
 {
     return CHtml::error($model, $attribute, $htmlOptions);
 }