Created
August 5, 2019 13:45
-
-
Save wesleyalmd/5c7e47d1c0fc6823e43877fffb2ba620 to your computer and use it in GitHub Desktop.
Magento var_dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo "<pre>"; | |
var_dump($_item->debug()); | |
echo "</pre>"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment