草庐IT

categoryCollectionFactory

全部标签

php - magento 2.x 中 magento 1.x 模型的等效项是什么

我是magento2的新手,我发现很难在新版本中正确获取常规代码片段。所以,请在这里帮助我并解释magento2中以下代码片段的等价物:Mage::getModel('catalog/product')->getCollection();Mage::getModel('sales/order');Mage::getModel('catalog/category')->getCollection();Mage::getModel('customer/customer');Mage::getModel('cart/quote');Mage::getModel('checkout/cart'