hello dears,
I have a form and model in yii1 , in the model I have set the array in rules function to empty , model extends CFormModel
public function rules()
{
return array();
}
but when I submit the form with some empty inputs its always show error that the input is required (input can not be blank)