Yii 3 and many Yii 2 package sources are contained within src
directory which is convenient since you have less directories to check.
Yii 3 and many Yii 2 package sources are contained within src
directory which is convenient since you have less directories to check.
Lots of people are asking how to solve it with YII,We think its difficult with YII. But its easy to solve . There is no database triggers needed . we can simply sove it by extending a class(say "RActiveRecord") from CActiveRecord .Then extend all our model classes from that class.