项目作者: naranarethiya

项目描述 :
高级语言: PHP
项目地址: git://github.com/naranarethiya/codeingiter-debugbar.git
创建时间: 2015-10-30T14:54:07Z
项目社区:https://github.com/naranarethiya/codeingiter-debugbar

开源协议:

下载


codeingiter-debugbar

Displays a debugbar in the browser with information from codeigniter Profiling class.

Displays profiling details in bootstrap tab.

Codeigniter Debugbar

Installation

  1. To install debugbar in codeiniter project follow the below steps
  2. 1. Enable Hook.
  3. ..* Open /config/config.php
  4. ..* Search $config['enable_hooks'] and replace with $config['enable_hooks'] = true;
  5. 2. Copy debugger_view.php file into /application/view folder.
  6. 3. Copy hook.debugger.php file into /application/hook folder.
  7. 4. Copy hooks.php file into /application/config folder.
  8. ..* if you already using hook in your application just copy two array variable from hooks.php to /application/config/hook.php