One of my CodeIgniter Controller functions needs to call a recursive function as part of its functionality. The function call chokes if I put it inside the controller class, an
You can get instance:
$CI =& get_instance();
After that you will be able to use $CI->db for queries..
$CI->db