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.
$CI is the CodeIgniter Super Object, it's an instance of CodeIgniter.
SEE: The CodeIgniter Users Guide. Utilizing CodeIgniter Resources within Your Library What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |