-
How to dump objects in Magento
Posted by markzero on Friday, October 7th, 2011
This is my first post about Magento, as I started developing in it. So, one of the first things I had to remember was this:
<?php print_r($var->debug()); ?>
It is funny how long it took me to figure this one out. Not all objects override debug method though.
Posted in: Magento.
Share this story:
One Response to “How to dump objects in Magento”
Leave a Reply
Useful Links
Categories
Archives















thanks mate, very useful!
Report this comment