class Loader extends CI_Loader { function Loader(&$module) { parent::CI_Loader(); $this->module =& $this; /* reserved for future use */ $this->_module =& $module; $this->_path = get_class($module); }