| MjazTools Dump v1.0.0 Stable |
| MjazTools Dump is an advanced print_r and var_dump replacer with DHTML tree display. This utility makes life easy for developers and template designers. You use it to see what's inside a variable, an array or an object. Instead of using print_r() or var_dump(), you can now use dump(). This will open a popup window with a nice expandable DHTML tree, showing the contents of the variable. It will even show a list of available methods for each object. You can use dump() in your extensions, in the core, in libraries and even in templates. More info and download: http://forge.joomla.org/sf/projects/mjaztools How to use: Anywhere in your code, type: dump( $variable, 'Variable Name' ); - This component is only meant to be used on development test sites, NOT in live or production environments. If you must use it on a live site, don't do stupid things like dump($password) !- This component was tested with Joomla! v1.5 beta (using the latest nightly builds). |



