Viewing 1 item
Tag Archives: CodeIgniter Profiler

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. $this->output->enable_profiler(TRUE); The profiler data will be displayed in the footer of your  Full Article…

5