Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对magento很陌生。任何人都可以帮助我将mage_sales_flat_quote_item_option这张表加载到 Magento 集合中。
mage_sales_flat_quote_item_option
谢谢
$collection = Mage::getModel('sales/quote_item_option')->getCollection();
编辑
在评论中询问了如何从集合中的每个模型中获取单个属性值的问题:
$collection->getColumnValues('your_column_name');