Welcome Guest, Not a member yet? Register   Sign In
coddeigniter cache library
#2

[eluser]Julio Fagundes[/eluser]
Its pretty simple.


Code:
Class Example extends CI_Controller
{

function foo()
{
  $this->load->library('cache');
  $cached['foo'] = $this->cache->model('example_model', 'get_data', array('any_param' = true), 120); // 2 minutes
}

Read the readme.txt file inside the zip, there are other examples.


Messages In This Thread
coddeigniter cache library - by El Forum - 03-15-2011, 10:58 PM
coddeigniter cache library - by El Forum - 03-16-2011, 12:43 AM
coddeigniter cache library - by El Forum - 03-16-2011, 01:45 AM
coddeigniter cache library - by El Forum - 03-16-2011, 11:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB