Welcome Guest, Not a member yet? Register   Sign In
Display behind the scenes information...Anyone know?
#1

[eluser]LifeSteala[/eluser]
There is a line of code CI has which tells you what's going on with you application. It shows what query it perfomed and how long the page took to load etc.. I've lost this code. Anyone know it? Cheers
#2

[eluser]Crimp[/eluser]
It's the profiler in the Output class:

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




Theme © iAndrew 2016 - Forum software by © MyBB