On 26 Jan 2010, at 21:27, Alastair Battrick wrote: > Jujhar Singh wrote: >> What do you guys use for variable dumping? > > Hello Jujhar > > echo "<pre>"; > print_r($var); > echo "</pre>"; Following on from that: Zend_Debug::dump($var, $label=null, $echo=true); http://framework.zend.com/manual/en/zend.debug.dumping.html Regards, Ian