Welcome Guest, Not a member yet? Register   Sign In
Cache just certain views only
#1

[eluser]Mr. Pickle[/eluser]
Is it possible to set a cache for seperate views?

The documatation about cache says
Code:
$this->output->cache(n);

But this doesn't tell me how to use and if it can be used to cache only certain views.

For example:

Code:
$this->load->view('header');     /** THIS I WANT TO CACHE **/
$this->load->view('user-info');  /** THIS I DON'T WANT TO CACHE, BECAUSE DIFF. 4 EACH USER **/
$this->load->view('content');    /** THIS I WANT TO CACHE **/
$this->load->view('footer');     /** THIS I WANT TO CACHE **/

Thanks!


Messages In This Thread
Cache just certain views only - by El Forum - 05-14-2010, 09:03 AM
Cache just certain views only - by El Forum - 05-14-2010, 10:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB