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