Active Record: count_all_results() problem |
[eluser]GDmac - expocom[/eluser]
@theFuzzyOne Have you tried it? Yes, this does work. This is Active record caching $this->db->start_cache() ...enables you to save (or "cache") certain parts of your queries for reuse... http://ellislab.com/codeigniter/user-gui...ml#caching This is not Database Caching $this->db->cache_on() ...the query result object will be serialized and stored in a text file... http://ellislab.com/codeigniter/user-gui...ching.html |
Messages In This Thread |
Active Record: count_all_results() problem - by El Forum - 02-04-2013, 09:53 PM
Active Record: count_all_results() problem - by El Forum - 02-05-2013, 03:29 AM
Active Record: count_all_results() problem - by El Forum - 02-05-2013, 03:03 PM
Active Record: count_all_results() problem - by El Forum - 04-15-2013, 07:41 AM
Active Record: count_all_results() problem - by El Forum - 04-15-2013, 08:18 AM
Active Record: count_all_results() problem - by El Forum - 04-15-2013, 08:38 AM
Active Record: count_all_results() problem - by El Forum - 04-15-2013, 09:29 AM
|