Welcome Guest, Not a member yet? Register   Sign In
Problem in cache removal
#1

[eluser]gmahesha[/eluser]
Hello everyone,

i have a problem with cache removal. my code is like this...

in a php function() { removing the data from the database }
in another function, i am accessing the content from the database. at that time, this deleted data will not be updated in the query result.
Before writing this query, i am using the api $this->db->cache_delete_all(); then accessing the database.
But still, deleted data is not updated in the query result. (means deleted row is also coming the query result.

Plz help me..
Thanks in advance.




Theme © iAndrew 2016 - Forum software by © MyBB