when I print ths statement inside a model as,
Yii::error($this->validate());
it gives me
false
QUESTION :
How can I check which validation is getting violated? As I have 38 parameters with different rules, I am tired debugging application. any help?