load =& $this; $OBJ = $this->load; } } function &get_instance() { global $OBJ, $CI; return (is_object($CI)) ? $CI : $OBJ->load; } ?>