Welcome Guest, Not a member yet? Register   Sign In
[HELP] Cache system frustrating me?
#2

[eluser]howler[/eluser]
I change this:
Code:
function index()
    {
        $this->output->cache(0);
        print "ge2";
        $this->load->view('welcome_message');
        }

to:
Code:
function index()
    {
        $this->output->cache(0);
        print "ge5";
        $this->load->view('welcome_message');
        }


Yet, the welcome page still shows the "ge2" print. The "Page rendered in 0.0147 seconds" updates with a different time each time I refresh the page.

Deleting the cache doesn't effect it. If I spam 'reload', after a while, it will update the page.
What's going on? Sad


Messages In This Thread
[HELP] Cache system frustrating me? - by El Forum - 06-01-2009, 01:37 AM
[HELP] Cache system frustrating me? - by El Forum - 06-01-2009, 01:39 AM
[HELP] Cache system frustrating me? - by El Forum - 06-01-2009, 01:42 AM
[HELP] Cache system frustrating me? - by El Forum - 06-01-2009, 02:24 AM
[HELP] Cache system frustrating me? - by El Forum - 06-01-2009, 02:35 AM
[HELP] Cache system frustrating me? - by El Forum - 06-01-2009, 03:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB