Magento: Display Dumping Variables
The native Zend_Debug::dump() function is a step forward from the usual approach to dumping variables to debug your code (usually by using var_dump or print_r).
Zend_Debug::dump($_category->getData())
Comments
Post a Comment