PHP dBug Class
dBug is a PHP class which is a PHP version of COldFusion’s cfdump.
This helps developer to dbug the code which is a very structured form. It output the result in tabular form.
It supports Arrays, Classes/Objects, Database and XML Resources.You can force an object variable to be outputted as an array type variable.
We can easily customize [...]

