CFDUMP

v1.4.7 available 2024-09-20

This plugin was started conceptually many years ago when I started using a PHP class to dump out variables and other objects, arrays, xml, etc. during development so I could better visualize that data I was working with. Back then I was coming from a ColdFusion and CFML world where <cfdump> was very useful.

I had found and was using dbug() – source: ospinto/dBug (github.com) – but over the years this became unsupported, and I found a version that was corrected, and using this as the base have wrapped some additional functionality and a WordPress Admin panel into the package.

This plugins basic usage is as follows:

<?php
cfdump($var|$arr|$obj);

When you use this plugin to dump out the $arr or $obj this is what it will look like:

Download