How to make Yii form fields mandatory manually
How to make your Yii form fields mandatory manually: http://codehelp.us/blog/make-yii-form-fields-mandatory/ #Yii #MVC #PHP
When you generate the model and CRUD files, usually all rules in the model is generated automatically and you are not bothered about the rules. But if you want to manually make fields in a form mandatory, you have to write a simple rule in the model rules function – array. Suppose I am having username, email and password in my form and I want all fields to be mandatory. The rules function will be…
View On WordPress















