activeInput() public static method
Generates an input tag for the given model attribute. This method will generate the "name" and "value" tag attributes automatically for the model attribute unless they are explicitly specified in $options.
public static string activeInput ( $type, $model, $attribute, $options = [] )$type string
The input type (e.g. 'text', 'password') $model yii\base\Model
The model object $attribute string
The attribute name or expression. See getAttributeName() fo