![]() |
constant refreshing - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: constant refreshing (/showthread.php?tid=6922) |
constant refreshing - El Forum - 03-17-2008 [eluser]phusiondesign[/eluser] I have working with code igniter and have been having good success but I have ran into a problem which I am sure is an easy fix. How do I stop from having to refresh a page every time I visit it? Do I need to add the following code? Code: $this->output->cache(0); |