Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oreales/8966406 to your computer and use it in GitHub Desktop.
Save oreales/8966406 to your computer and use it in GitHub Desktop.
<?php
Mage::getSingleton('eav/config')
->getEntityType(Mage_Catalog_Model_Product::ENTITY)
->getAttributeCollection();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment