dBug/README.md
2011-02-24 17:49:43 -05:00

25 lines
555 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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!!!