Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 711 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 711 Bytes

Kohana 3.3 FirePHP module

Profiling and Debugging your Kohana through Firebug

Installation:

  1. Download this module and add it to your MODPATH
  2. Update submodules inside of this modules folder
  3. Enable it in the bootstrap

Notes:

  • You must install Firebug and FirePHP to use this module
  • FirePHP sends its' data through headers, meaning:
    • Your server probably limits header size to ~8KB
    • Outputting large datasets can break this
  • Although there's a catch for PRODUCTION mode inside of the init file, it's highly recommended that you disable this module in production