Codeigniter like methods call?

mahar shoaib

New Member
In codeigniter we use a method call like this\[code\]$this->load->view();\[/code\]I wanna know what's "load" exactly ? Is it a function or what ? And why it doesn't have two parentheses after it ? I wanna make something like this in my code so how can I do this ?
 
Back
Top