Tag Archives: Yii 2.0 Model Validation

Yii Framework 2 : Validation Rules for model attributes

After submitting the form data, We have to validate the input data information before we start to use. We can validate the inputs by calling the [[yii\base\Model::validate()]] method of yii2.0. Yii2.0 is giving the support for this data validation and also it is very easy way to test the input data. To check validate() of […]