

Public Member Functions | |
| CI_Base () | |
| CI_Base () | |
Static Public Member Functions | |
| static & | get_instance () |
Static Private Attributes | |
| static | $instance |
Definition at line 41 of file Base4.php.
| CI_Base::CI_Base | ( | ) |
| CI_Base::CI_Base | ( | ) |
Definition at line 43 of file Base4.php.
References CI_Loader::CI_Loader().
Referenced by Controller::Controller().
00044 { 00045 // This allows syntax like $this->load->foo() to work 00046 parent::CI_Loader(); 00047 $this->load =& $this; 00048 00049 // This allows resources used within controller constructors to work 00050 global $OBJ; 00051 $OBJ = $this->load; // Do NOT use a reference. 00052 }


| static& CI_Base::get_instance | ( | ) | [static] |
Definition at line 42 of file Base5.php.
Referenced by get_instance().
