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

[eluser]nani[/eluser]
Thanks
where to use the cache call
before calling the model function or
after the model call or
i have to check for cache and if its not exist then i have call model function and then cache..

i have this doubts...please help me i'm first time implementing cache...

Code:
// cache modal call
$courses_list = $this->cache->model('get_course_data', 'simpleSearch', array($search_params), 120);
// call to the model function
$courses_list = $this->get_course_data->simpleSearch($search_params);

am i going wrong.....


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