Mage_CatalogIndex_Model_Mysql4_Indexer_Price Class Reference

Inheritance diagram for Mage_CatalogIndex_Model_Mysql4_Indexer_Price:

Mage_CatalogIndex_Model_Mysql4_Indexer_Abstract Mage_Core_Model_Mysql4_Abstract Mage_Core_Model_Resource_Abstract

List of all members.

Protected Member Functions

 _construct ()


Detailed Description

Price indexer resource model

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 33 of file Price.php.


Member Function Documentation

_construct (  )  [protected]

should be defined because abstract

Reimplemented from Mage_CatalogIndex_Model_Mysql4_Indexer_Abstract.

Definition at line 35 of file Price.php.

00036     {
00037         $this->_init('catalogindex/price', 'index_id');
00038 
00039         $this->_entityIdFieldName       = 'entity_id';
00040         $this->_attributeIdFieldName    = 'attribute_id';
00041         $this->_storeIdFieldName        = 'store_id';
00042     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:47 2009 for Magento by  doxygen 1.5.8