예제 #1
0
 protected function _construct()
 {
     $this->_init('catalogindex/indexer_price');
     $this->_currencyModel = Mage::getModel('directory/currency');
     $this->_customerGroups = Mage::getModel('customer/group')->getCollection();
     return parent::_construct();
 }
예제 #2
0
 protected function _construct()
 {
     $this->_init('catalogindex/indexer_eav');
     return parent::_construct();
 }