Answer the question
In order to leave comments, you need to log in
How to make afterSave work in Behaviors in yii?
Good afternoon!
This is the situation.
I have a Service model where there is code like this:
protected function afterSave() {
echo 'Илья Муромец';
parent::afterSave();
}
class SomeBehaviour extends CActiveRecordBehavior{
protected function afterSave() {
echo 'Добрыня Никитич';
}
}
class AnyBehaviour extends CActiveRecordBehavior{
protected function afterSave() {
echo 'Алеша Попович';
}
}
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