Welcome Guest, Not a member yet? Register   Sign In
cache only several page on the view
#1

[eluser]SaSa[/eluser]
Hello,
I want cache only several page on the view.
Code:
$this->load->view('template/head',$text); // THIS I DON'T WANT TO CACHE //
$this->load->view('template/menu');       // THIS I WANT TO CACHE FOR ALWAYS //
$this->load->view('template/baner');      // THIS I WANT TO CACHE FOR 5 minute  //
$this->load->view('template/main');       // THIS I DON'T WANT TO CACHE //
$this->load->view('template/footer');     // THIS I WANT TO CACHE FOR ALWAYS //
How is it?


Messages In This Thread
cache only several page on the view - by El Forum - 11-26-2010, 02:12 AM
cache only several page on the view - by El Forum - 11-26-2010, 03:03 AM
cache only several page on the view - by El Forum - 11-26-2010, 09:41 AM
cache only several page on the view - by El Forum - 11-27-2010, 02:49 AM
cache only several page on the view - by El Forum - 11-27-2010, 04:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB