I'm trying to do a few queries in PHP script, and it returns some (older) values but not newer values. Simple SQL queries like:
$query = "SELECT `Date` FROM `table` WHERE `ID` = 1";
$value = db_value($query);
Either shows old values or nothing at all. I'm certain it's to do with Boonex's cache system. I've tried to 'Clean All' and 'Clean DB' in the Admin backend, but it does nothing. Is there a way to manually disable the DB cache system?
