Welcome Guest, Not a member yet? Register   Sign In
CI Forensics - A Profiler Debug Bar
#12

(09-16-2015, 02:04 PM)egormmm Wrote: Hi!
I try to use this library, I registered it in $autoload['packages'] according the manual.
It's start working fine after I comment the 237 line (in libraries/Profiler.php) like user vadimyer wrote before.
But I can't use Console::log($data), Console::log_memory($variable, $name) like it describe in manual.

What am I doing wrong?

Thanks!

How did you install it? If you installed through Composer, it should fine the class just fine. Otherwise, you'll need to load the Console library manually at some point. This could be done through the autoload config file, or with a MY_Controller if you're using one.
Reply


Messages In This Thread
CI Forensics - A Profiler Debug Bar - by kilishan - 12-03-2014, 08:33 AM
RE: CI Forensics - A Profiler Debug Bar - by kilishan - 09-16-2015, 07:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB