No description dbug.ospinto.com
Find a file
Sunra 67e4e43b21 Changed directory structure
Added composer support
2012-12-03 15:26:14 +02:00
lib/Ospinto Add PSR-0 support 2012-12-03 15:22:51 +02:00
composer.json Add PSR-0 support 2012-12-03 15:22:51 +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!!!