CodeIgniter Forums
getting the profiler to display queries when using multiple database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: getting the profiler to display queries when using multiple database (/showthread.php?tid=14250)



getting the profiler to display queries when using multiple database - El Forum - 12-24-2008

[eluser]yelirekim[/eluser]
I am using three different databases in the application I'm writing right now, the "default" database shows up just fine in the profiler, but the queries i send to the other two databases (which are considerably more complicated) don't. Anyone have any ideas about how to extend the profiler class so that it will do this?


getting the profiler to display queries when using multiple database - El Forum - 04-02-2009

[eluser]dtrenz[/eluser]
Has this ever been fixed? I still haven't found a good fix for this.