Answer the question
In order to leave comments, you need to log in
Is it possible to execute frequent cached queries in yii2 db?
It's about the yii2 cache.
let's have a method like this
function tags(){
return Tags::find()->where(['status'=>1])->all();
}
echo count($class->tags())
foreach ($class->tags() as $tag){
...
}
echo count($tags)
foreach ($tags as $tag ){
...
}
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