Welcome Guest, Not a member yet? Register   Sign In
Display profiler data
#2

[eluser]OES[/eluser]
Well I have not done this myself but just to get you started if you look at the profiler.php in system library the final function is the run command.

It outputs the profile into a div.

Code:
$output = "<div id='codeigniter_profiler' style='clear:both;background-color:#fff;padding:10px;'>";

So if you wanted that to display somewhere else on your page just change the css values or do it by #codeigniter_profiler in the css.

Then if you didnt want all profile messages just comment out the ones you didnt want within the run function.

Good Luck!


Messages In This Thread
Display profiler data - by El Forum - 11-14-2008, 07:57 PM
Display profiler data - by El Forum - 11-15-2008, 05:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB