No description dbug.ospinto.com
Find a file
Marcus Puchalla 86dacf8204 Header outut modification:
- The dump of an object will now also print its class name in the header.
- Array dumps will include the array size.
- Resources will display their type (get_resource_type).
2015-04-16 09:09:14 +02:00
.gitignore Added composer.json 2014-01-20 19:15:31 +01:00
composer.json Added composer.json 2014-01-20 19:15:31 +01:00
dBug.php Header outut modification: 2015-04-16 09:09:14 +02:00
LICENSE.txt Added license and readme 2011-02-24 17:49:43 -05:00
README.md Added license and readme 2011-02-24 17:49:43 -05:00

dBug

How to use

include_once("dBug.php");
new dBug($myVariable);

More examples at http://dbug.ospinto.com/examples.php

Features

PHP version of ColdFusions 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.

Its FREE!!!