logo
  • 教程列表
  • SO官方文檔
  • 集合
    • 產品系列
    • 獲取模型集合
    • 類別特定商店和特定級別的集合
    • 獲取其他物件屬性
    • 過濾
    • 排序
    • 訪問
    • 獲取集合物件
  1. StackOverflow 文件
  2. magento 教程
  3. 集合
  4. 獲取模型集合

獲取模型集合

Created: November-22, 2018

// get existing collections
$orders = Mage::getModel('sales/order')->getCollection();
$products = Mage::getModel('catalog/product')->getCollection();
$customers = Mage::getModel('customer/customer')->getCollection();
  • 類別特定商店和特定級別的集合
  • 產品系列

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明