Пример #1
0
 /**
  * Renders a password field for a model attribute.
  * @param CModel $model the data model.
  * @param string $attribute the attribute.
  * @param array $htmlOptions additional HTML attributes.
  * @return string the generated input field.
  * @see BSHtml::activePasswordField
  */
 public function passwordField($model, $attribute, $htmlOptions = array())
 {
     return BSHtml::activePasswordField($model, $attribute, $htmlOptions);
 }