【发布时间】:2012-10-16 19:23:49
【问题描述】:
我正在为 magento 开发一个导入模块。我需要找出一个属性是否属于一个属性组。我加载了属性以及属性组。我试过了:
$attributeCollection = $attributeGroup->getAttributes();
理论上,我可以查看集合,并确定属性是否已分配给属性组。
【问题讨论】:
-
我认为这可能会有所帮助stackoverflow.com/questions/10898607
标签: php magento attributes