Im able to call stored procedure from codeigniter and it returns multiple results. By using result() function , i can get only one result set. In screenshot , there are three results (result1,result2,result3), how to get other two result sets??
Thanks