Welcome Guest, Not a member yet? Register   Sign In
Cache / caching - is it working?
#8

[eluser]Bullit2k[/eluser]
Ok, from output.php in ci system libraries:

Code:
// Does the get_instance() function exist?
        // If not we know we are dealing with a cache file so we'll
        // simply echo out the data and exit.
        if ( ! function_exists('get_instance'))
        {
                     //problem for me here --- not entering this
                     //get_instance doesnt exist
                     //what's that? and how to make it exist?
            echo $output;
            log_message('debug', "Final output sent to browser");
            log_message('debug', "Total execution time: ".$elapsed);
            return TRUE;
        }

see my comments in above code...


Messages In This Thread
Cache / caching - is it working? - by El Forum - 08-11-2009, 10:25 AM
Cache / caching - is it working? - by El Forum - 08-11-2009, 11:03 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 04:36 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 04:51 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:09 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:23 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:26 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:52 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 06:35 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 06:44 AM
Cache / caching - is it working? - by El Forum - 11-30-2009, 04:38 AM
Cache / caching - is it working? - by El Forum - 11-30-2009, 04:39 AM
Cache / caching - is it working? - by El Forum - 12-12-2009, 10:23 AM
Cache / caching - is it working? - by El Forum - 12-13-2009, 03:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB