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');