I want to see the content of validationErrors => array(???) of the $Model after a failed validation, but there is no “afterValidation()” method.
Does anyone know how can I see that or at least how would it look exactely?
Thank’s!
I want to see the content of validationErrors => array(???) of the $Model after
Share
On Controller, you can validate data before you trying save:
Reference: