How do I stop my view pages from caching?
example:
$this->load->view(“page_content”);
...I don’t want this page to cache.
Thanks
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 26, 2008 7:07am
Subscribe [1]#1 / Feb 26, 2008 7:07am
How do I stop my view pages from caching?
example:
$this->load->view(“page_content”);
...I don’t want this page to cache.
Thanks