Welcome Guest, Not a member yet? Register   Sign In
Database caching confusion
#2

[eluser]Otemu[/eluser]
$this->db->cache_on();
Manually enables caching.
http://ellislab.com/codeigniter/user-gui...ching.html

$this->db->start_cache()
This function must be called to begin caching. All Active Record queries of the correct type (see below for supported queries) are stored for later use.
http://ellislab.com/codeigniter/user-gui...ecord.html



Messages In This Thread
Database caching confusion - by El Forum - 01-09-2013, 03:04 AM
Database caching confusion - by El Forum - 01-09-2013, 05:19 AM
Database caching confusion - by El Forum - 01-09-2013, 07:38 AM
Database caching confusion - by El Forum - 01-09-2013, 09:04 AM
Database caching confusion - by El Forum - 01-09-2013, 09:11 AM
Database caching confusion - by El Forum - 10-07-2013, 12:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB