StefanK
StefanK
Same issue so cache is unusable. Tried to use resetcache but this delete all cache files. In complement of precedent post ``` $all = $this->test_model->set_cache('all_records')->get_all(); $somethingelse = $this->something->get() or get_all();...
@avenirer thanks. At the first execution (with empty cache) it's ok. But at the second execution (caching the first query but not the second one) , got an error "Maximum...
No. simple get() query. When i log $data passed to _prep_after_read function(), datas from the first query are ok, only one result coming from $this->content_translation_model->where(...). But datas coming from the...
Sorry. i just want to exclude posts without promotion relation; Depending on promotion status or not, but with the method i always get posts, even when no promotion in the...