No description dbug.ospinto.com
Find a file
2015-12-12 22:16:02 +02:00
lib/Ospinto class file renamed for autoloading 2015-12-12 22:02:56 +02:00
composer.json psr4 2015-12-12 22:16:02 +02:00
dBug.php psr4 2015-12-12 22:16:02 +02:00
LICENSE.txt Added license and readme 2011-02-24 17:49:43 -05:00
README.md readmy updated 2012-12-03 16:51:37 +02:00

dBug

  • Updated for PSR-0 copmliance
  • created composer package

Usage

Install via Composer. Class will be autoloaded.

usage


   new \Ospinto\Dbug($myVariable);

Class arguments:

__construct ($var,$forceType="",$bCollapsed=false, $var_name='')

$var - variable to dump,
$bCollapsed - view collapsed
$var_name - name of variable - displayed in dump header

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