Skip to content

Instantly share code, notes, and snippets.

@wesleyalmd
Created August 5, 2019 13:45
Show Gist options
  • Save wesleyalmd/5c7e47d1c0fc6823e43877fffb2ba620 to your computer and use it in GitHub Desktop.
Save wesleyalmd/5c7e47d1c0fc6823e43877fffb2ba620 to your computer and use it in GitHub Desktop.
Magento var_dump
<?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