CodeIgniter Profiler Extended
CodeIgniter includes a built in Profiler class that really helps debugging your php applications in real-time. I highly recommend using it if you aren’t already. It’s really simple to enable, just add this one line to your php code and refresh your application. The profiler data will be displayed in the footer of your php [...]
Recent Comments