Is it possible to output custom data to the CI profiler?
I tried
$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?
Extend the profiler class:
This is something from my blog: http://pinoytech.org/blog/post/Add-SESSIONS-to-Profiler-in-CodeIgniter