1
I am starting in Yii Framework. I have created the following database:
Contact Table: code, name, address, city, neighborhood, state;
Telephone table: code, phone number, contact.
By clicking save, it does the validation only in the contact table fields, as it would display the error message in the phone field?
Great, solved, thanks!
– user10247