Class instantiation in codeigniter?

i know index.php is the entry point of the framework .How classes are instantiated in codeigniter?

class foo {}
$foo = new foo;

?

I know how class instantiate but i want to know how the controller,library,helper function instantiation happening behind the scenes?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.