Skip to content
/ dbug Public

A Joomla debugging plugin that dumps/displays the contents of a variable in a colored tabular format

Notifications You must be signed in to change notification settings

zonoid/dbug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dBug

A Joomla debugging plugin that dumps/displays the contents of a variable in a colored tabular format. It wraps the Ospinto dBug (http://dbug.ospinto.com) script.

How to use

dbug($variable);

$variable - the vaiable to dump

Optional

dbug($variable, 12345, 'Some Text Here', true);

(int) $nb - heading number for reference
(string) $title - heading text for reference
boolean $bCollapsed - to collapsed the debug

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

About

A Joomla debugging plugin that dumps/displays the contents of a variable in a colored tabular format

Resources

Stars

Watchers

Forks

Packages

No packages published