PHP Version of CFDump
I needed to debug a php script today. I needed to see the output of some queries. My first thought was cfdump. If I only had a way to do cfdumps in PHP. Well a quick search in Blingo revealed 3900 results. The first result is the only one I needed. dBug. It's exactly what I needed and best of all it is free. It is also very easy to use:
new dBug($myVariable);
It can't get much easier than that.


