Welcome Guest, Not a member yet? Register   Sign In
Debug and CI 3
#1

Hi,

I am looking into a solution to debug with CI 3 ... other than using the log_message function (which is kind of handy but still in the long run having to open the log file all the time is a bit of a pain).

I was thinking of using FirePHP but all links on FirePHP wiki are outdated !

Is there a better way of debugging when developping with CodeIgniter 3 ?


Cheers,
L@u
Reply
#2

I have set up FirePHP with CI ... and if anyone is interested, I've written a little memo on how to use FirePHP with CodeIgniter 3.
Reply
#3

(This post was last modified: 04-05-2015, 11:43 PM by alenn.)

Code:
$this->output->enable_profiler(TRUE);

You can read more on the Ci Profiler function at the below link:
http://www.codeigniter.com/userguide3/ge...iling.html
Reply
#4

(04-01-2015, 08:24 AM)ComputingFroggy Wrote: Hi,

I am looking into a solution to debug with CI 3 ... other than using the log_message function (which is kind of handy but still in the long run having to open the log file all the time is a bit of a pain).

I was thinking of using FirePHP but all links on FirePHP wiki are outdated !

Is there a better way of debugging when developping with CodeIgniter 3 ?


Cheers,
L@u

Try this out : http://jcsama.github.io/CodeIgniter-develbar/
Reply




Theme © iAndrew 2016 - Forum software by © MyBB