I'm starting in Yii Framework. I have created the following database: Table Contact: code, name, address, city, neighborhood, state;
Phone Table: code, phone, idcontato .
When you click save, it does the validation only in the fields of the contact table, how would it display the error message in the phone field?