コード例 #1
0
ファイル: Tierprice.php プロジェクト: jpbender/mage_virtual
 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
ファイル: Eav.php プロジェクト: jauderho/magento-mirror
 protected function _construct()
 {
     $this->_init('catalogindex/indexer_eav');
     return parent::_construct();
 }