Welcome Guest, Not a member yet? Register   Sign In
Order by Caching is not working
#1

I upgrade to Codeigniter 3.1.9 from 3.1.4, in codeigniter 3.1.4 my order_by is working under cache, but not in 3.1.9, I checked change log there is not mentioned that it is removed or not.


example code:

$this->db->start_cache();
$this->db->order_by("COL", "DESC");
$this->db->stop_cache();


$this->db->get("MYTABLE")
Reply


Messages In This Thread
Order by Caching is not working - by mandeep242 - 07-25-2018, 11:08 PM
RE: Order by Caching is not working - by php_rocs - 07-26-2018, 09:04 AM
RE: Order by Caching is not working - by php_rocs - 07-27-2018, 06:08 AM
RE: Order by Caching is not working - by php_rocs - 07-30-2018, 09:24 AM
RE: Order by Caching is not working - by php_rocs - 07-30-2018, 04:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB