ospinto / dbug
PHP version of ColdFusion's cfdump. Outputs colored and structured tabular variable information.
Installs: 2 339
Dependents: 2
Suggesters: 1
Security: 0
Stars: 63
Watchers: 11
Forks: 55
Open Issues: 10
This package is auto-updated.
Last update: 2024-10-29 03:58:37 UTC
README
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!!!