CodeIgniter Forums
Output to profiler - 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: Output to profiler (/showthread.php?tid=38517)



Output to profiler - El Forum - 02-10-2011

[eluser]JonoB[/eluser]
Is it possible to output custom data to the profiler?

I tried
Code:
$this->output->append_output($var);
But this seems to be similar to an echo, as it appears at the top of the page.

Is there a way to get this to appear with the rest of the profiling info?