Tag archive for ‘codeigniter’
CodeIgniter Profiler: Globally Enable/Disable
Here is a quick tip for users of the CodeIgniter PHP Framework (and a reminder to myself). If you wish to enable or disable the profiler globally while developing your application (as opposed to changing the value in each seperate controller), you can do the following. 1. Open the config.php file in the application/config/ folder. [...]
Tagged as codeigniter, framework, php, profiler + Categorized as Web Programming