• PHP version of ColdFusion’s cfdump.
  • Outputs colored and structured tabular variable information.
  • Variable types supported are: Arrays, Classes/Objects, Database and XML Resources.
  • Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable.
  • Stylesheet can be easily edited.
  • Table cells can be expanded and collapsed.

  • It’s FREE!!!

  • dBug has been downloaded 21530 times
  • include_once("dBug.php");
  • new dBug($myVariable);
This software is distributed under the GNU General Public License

Dec 04, 2007
  • Third parameter added to enable collapse of tables when initiated.
    Example: new dBug($myvariable, "", true);

March 22, 2007
  • Minor bugs fixed
  • NULL value now shows up as NULL.

Jan 15, 2007
  • Fixed recursion problem with arrays and objects
  • Added variable name to header
  • Multiple instances of dBug does not cause Javascript and CSS code to render repeatedly
  • Your php version cfdump is a god send. You are a good person.
  • Really nice, Thanks for your script, it makes debuging more human.
  • Perfect! If i have the chance i will buy you a beer some time!
  • It's an awesome piece of work.
  • Absolutely wonderful. Coders like you are what make the PHP community as rich as it is.
  • Thanks dude... U make me happy.