You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have fetched data succesfully from elastic search and add behavior funciton in my model like this:(DbBaseModel has extended CActiveRecord)
but after I save data,it hasn't been inserted into elastic search.
I debug and find the below function hasn't been executed,so what should I do?
I have fetched data succesfully from elastic search and add behavior funciton in my model like this:(DbBaseModel has extended CActiveRecord)



but after I save data,it hasn't been inserted into elastic search.
I debug and find the below function hasn't been executed,so what should I do?