Welcome Guest, Not a member yet? Register   Sign In
Profiler
#1

[eluser]leon_dewey[/eluser]
I have used the following,

Code:
$this->output->enable_profiler(TRUE);

but it does not profile all my db query's,

In my App i have the below,

Code:
$this->read = $this->load->database('read', TRUE);
$this->write = $this->load->database('write', TRUE);
$this->output->enable_profiler(TRUE);

but the profiler only show:

Code:
SELECT * FROM (`ci_sessions`) WHERE `session_id` = 'ebc834237b80d52d6e50a9f1c9e583c74' AND `user_agent` = 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en'

But I know I have another query running off $this->read, is this right?


Messages In This Thread
Profiler - by El Forum - 02-14-2008, 06:27 AM
Profiler - by El Forum - 02-14-2008, 06:00 PM
Profiler - by El Forum - 02-14-2008, 09:27 PM
Profiler - by El Forum - 02-15-2008, 12:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB