Answer the question
In order to leave comments, you need to log in
How to trigger an event in yii2?
I have a behavior that loads pictures, is hung up on events: EVENT_BEFORE_INSERT and EVENT_BEFORE_UPDATE
public function events()
{
return [
ActiveRecord::EVENT_BEFORE_INSERT => 'upload',
ActiveRecord::EVENT_BEFORE_UPDATE => 'upload',
];
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question