No description
dbug.ospinto.com
- 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). |
||
---|---|---|
.gitignore | ||
composer.json | ||
dBug.php | ||
LICENSE.txt | ||
README.md |
dBug
How to use
include_once("dBug.php");
new dBug($myVariable);
More examples at http://dbug.ospinto.com/examples.php
Features
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!!!