*/ class Mage_Rule_Model_Resource_Rule extends Mage_Rule_Model_Resource_Abstract { /** * Initialize main table and table id field */ protected function _construct() { $this->_init('rule/rule', 'rule_id'); } }