1

Is it possible to make CRUD fields required ? In case i have NOT NULL fields in my database table i will get Integrity constraint violation error instead of simple client side required validation.

Satisfier
  • 85
  • 8

1 Answers1

0

Just add in your rules() the fields you want to be required. See the Doc.

You can also use Gii to generate the models for you and edit what you want.

Clyff
  • 4,046
  • 2
  • 17
  • 32