예제 #1
0
파일: Quote.php 프로젝트: AleksNesh/pandora
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('sales/quote_collection');
     parent::_construct();
 }
예제 #2
0
 protected function _construct()
 {
     $collection = Mage::getResourceModel('sales/order_invoice_collection')->addAttributeToSelect('*');
     $this->_collection = $collection;
     parent::_construct();
 }
예제 #3
0
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('awrma/entity_collection');
     parent::_construct();
 }
예제 #4
0
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('customer/customer_collection');
     parent::_construct();
 }
예제 #5
0
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('ProductReturn/rma_collection');
     parent::_construct();
 }