After doing quite a bit of development in Joomla, I was getting used to the very friendly J!Dump to list out all the objects value in a dhtml tree format. Recently, I have been tasked to customise some e-marketing product codes. Hmmm… sounds like I needed something handy like J!Dump…
Thankfully, there was Krumo. Once Krumo has been installed properly, you can do a dhtml tree dumb of an object values with 2 simple lines:
require_once(’Krumo/class.krumo.php’);
krumo($dumpObject);
Some screenshots to illustrate the power of Krumo:
Tada… the entire dhtml tree of the object:
The installation is also mightily simple. Just download the entire Krumo project and dump it into your php include path.





