CodeIgniter Forums
Where is "load" object created? - 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: Where is "load" object created? (/showthread.php?tid=45726)



Where is "load" object created? - El Forum - 10-03-2011

[eluser]Unknown[/eluser]
I've been digging through the CodeIgniter code to try and understand how it works on a deeper level. Starting with the index.php file and moving through the files as it appears that they are loaded into memory, but I am having trouble finding where the 'load' object is created as in: this->load->library(). I'm still learning php and it's likely that I have missed the place where this happens, so I was wondering if any CI experts out there might give me a pointer?

Thanks,
Mark