Answer the question
In order to leave comments, you need to log in
Cache not working, why?
Find out if there is a new message for the user
$newMessage = Pm::getDb()->cache(function ($db) {
return Pm::find()->where(['status' => Pm::STATUS_UNREAD , 'user_id' => Yii::$app->user->id])->count();
}, 60);
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