mdmsoft / yii2-ar-behaviors

BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

oldAttribute and dirtyAttribute #8

Open ossse opened 6 years ago

ossse commented 6 years ago

i need oldAttributes from relation of model each time update model, because "relation trait" each time update model, the relation record will deleted and add new record with from the past value, and that make oldAttribute and dirtyAttribute will not same with the past relation model, its very nice if that can include oldAttribute and dirtyAttribute, because this value is very useful on update.