Posts Tagged ‘profiler’

Profiling your CodeIgniter applications

Posted in Snippets Ideas on August 14th, 2009 by admin – Be the first to comment

The CI Output Class has enable_profiler() to set enable the profiler in CodeIgniter.

By using this operation, you can enable or disable the profiler in the output.


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

The profiler is very useful for debugging purposes, you can see a footer with information all the time while running your application in development phase.

read more »

Related searches:

  • hook in codeigniter
  • codeigniter profiler
  • codeigniter Hooks
  • codeigniter profiling
  • profiler codeigniter
  • Profiling codeigniter
  • codeigniter db profiler
  • ci enable profiler
  • ci enable profiler using
  • helpful codeigniter hooks