Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
disable cache on orm
  • hi
    how can i disable orm cache?
  • HarroHarro
    Accepted Answer
    Per query:

    $query->from_cache(false)-> ...

    Globally:

    \Orm\Query::caching(false);

    Note that I think this is 1.9/dev code, so you might have to upgrade if you're still on 1.8.
  • thanks,
    i use 1.9

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion