magento orders list query
问题 I want to select the list of all orders in Magento. This is required for me to show the list of all the orders from magento in another PHP application presently I'm working on. Also can some one write me the code using the Magento conventions such as Mage:: Im using Magento 1.4.2 version. Thanks, Mark 回答1: This code uses the "Magento way" and accesses the data through the Model layer which insulates you from changes in the table structure (e.g. flat vs EAV). Create a new PHP file containing