Welcome Guest, Not a member yet? Register   Sign In
OOP question
#1

[eluser]rossmurphy[/eluser]
This is probably a simple question.


When i load a view i do:

Code:
$this->load->view();

I know the view() method is in the loader class. So is "load" just an instance of the loader class?


Cheers.
#2

[eluser]Colin Williams[/eluser]
Yep! All CI libraries are instantiated as properties of the Controller object




Theme © iAndrew 2016 - Forum software by © MyBB