1

What;s the difference between these two? Can't find an answers anywhere.

1 Answer 1

1

The base setup classes for flat tables are Mage_Core_Model_Resource_Setup and EAV entities Mage_Eav_Model_Entity_Setup.

Mage_Core_Model_Resource_Setup is used for non eav module and report and product alert admin modules table creation and it work on single table

Mage_Eav_Model_Entity_Setup is eav structural module. for customer ,product ,category module table creation and it work on multiple table

See at http://alanstorm.com/magento_advanced_orm_entity_attribute_value_part_1

2
  • Will Mage_Eav_Model_Entity_Setup work in all cases where Mage_Core_Model_Resource_Setup works? Commented Nov 13, 2014 at 13:22
  • 2
    Yes, it will - it's a child. Commented Dec 7, 2014 at 21:44

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.