lonnieezell / codeigniter-forensics

A high-powered, customizable Profiler replacement for CodeIgniter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

display passed data from controller to view

od3n opened this issue · comments

Unfortunately, this isn't possible without extending the core Loader class. I am very tempted to add the capabilities in there, though, and simply provide a wiki on how to make it work with it.

Great idea. Thanks!

Never mind. Realized I could simply extend the Profiler class from the CI_Loader class to get access to those variables. Will be incorporated shortly. Currently cleaning up the code and getting it ready for release as a Spark. Then to start incorporating additional debugging tools....