Protected Member Functions | |
_construct () |
Definition at line 35 of file Rule.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 37 of file Rule.php.
00038 { 00039 $this->_init('rule/rule', 'rule_id'); 00040 }