Skip to content

Instantly share code, notes, and snippets.

@oscar-reales-interactiv4
Last active December 16, 2015 15:29
Show Gist options
  • Select an option

  • Save oscar-reales-interactiv4/5456214 to your computer and use it in GitHub Desktop.

Select an option

Save oscar-reales-interactiv4/5456214 to your computer and use it in GitHub Desktop.
Magento: getAttributeCollection... one of the "cleanest" ways to get an attribute collection by entity. Much better than other "imaginatives" ways of doing exactly this.
<?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