yii2mod / yii2-comments

Comments module for Yii2
MIT License
158 stars 63 forks source link

How to update entity model using event afterCreate? #90

Open kwazaro opened 5 years ago

kwazaro commented 5 years ago

How can I update the entity model just after creating new comment? I wonder, why the entity className() saved in database is encrypted, which makes impossible to find the entity in events. Or maybe there is another way to do it?

AushevIbra commented 4 years ago

$entityHash = hash('crc32', get_class($model));