コード例 #1
0
ファイル: Quote.php プロジェクト: AleksNesh/pandora
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('sales/quote_collection');
     parent::_construct();
 }
コード例 #2
0
ファイル: Invoice.php プロジェクト: AleksNesh/pandora
 protected function _construct()
 {
     $collection = Mage::getResourceModel('sales/order_invoice_collection')->addAttributeToSelect('*');
     $this->_collection = $collection;
     parent::_construct();
 }
コード例 #3
0
ファイル: Awrma.php プロジェクト: xiaoguizhidao/devfashion
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('awrma/entity_collection');
     parent::_construct();
 }
コード例 #4
0
ファイル: Customer.php プロジェクト: AleksNesh/pandora
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('customer/customer_collection');
     parent::_construct();
 }
コード例 #5
0
ファイル: Boostrma.php プロジェクト: xiaoguizhidao/devfashion
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('ProductReturn/rma_collection');
     parent::_construct();
 }