Magento 1.4 EAV 属性中的新东西
如果你安装了新版本的magento 1.4,你会发现它的eav attributes的结构与现有的不同。以前所有EAV attributes的数据存在于eav_attribute表,现在在新版本中eav_attribute表变小了,因为很多字段转移到了新表。
Magento 1.4的eav_attribute的结构:
Magento 1.3的eav_attribute的结构:
在magento的新版本,我们有了一些新表:catalog_eav_attribute, customer_eav_attribute 等等。
一件重要的事:在新版本中,模块Mage_Eav_Model_Entity_Setup 发生了改变
原文地址:https://inchoo.net/ecommerce/magento/magento-1-4-new-things-in-eav-atributes/
最后更新:2017-04-02 04:26:01