Protected Member Functions | |
_construct () |
Definition at line 29 of file Product.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 31 of file Product.php.
00032 { 00033 $this->_init('salesrule/rule_product', 'product_rule_id'); 00034 }