What's the connection between the $CI object and cache file? |
So I have this piece of code and I've been wondering what's the relationship between the $CI object and the cache file.
This is the code form the Output class, line 449. PHP Code: // Does the $CI object exist? What I'm also confused about is how can the $CI object possibly not be loaded? Which are those cases? And as a last thing(as if it wasn't enough), how can the $CI object influence the cache file, or vice versa? I hope that all my questions are understandable. Any help will be much appreciated. |
Messages In This Thread |
What's the connection between the $CI object and cache file? - by Andrei0872 - 06-30-2018, 04:58 PM
RE: What's the connection between the $CI object and cache file? - by InsiteFX - 07-01-2018, 03:51 AM
RE: What's the connection between the $CI object and cache file? - by dave friend - 07-01-2018, 08:35 AM
|