A small codeigniter debugging library
- It's really handy!!
- output anything in nice textformat and see how long parts of your script execute
- can also be used on your deployment server for testing as the testoutput in only shown on the preset ip's
- also some database functions included to quickly get some tableinfo
Functions are
- p($value,[$description]) output anything
- q() output last query
- mem() output memory usage
.. see debug_helper for more info on other functions