Looking through codeigniter\'s source code,
in its helper functions I keep seeing code $CI =& get_instance(); can anyone please explain to me how th
$CI =& get_instance();
$CI = get_instance(); is to replace $this to $CI on helper,