Ejemplo n.º 1
0
 /**
  * Set resource model and Id field name
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('salesrule/rule');
     $this->setIdFieldName('rule_id');
 }
Ejemplo n.º 2
0
 /**
  * Init resource model
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('enterprise_reminder/rule');
 }
Ejemplo n.º 3
0
 /**
  * Set resource model
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('enterprise_customersegment/segment');
 }
Ejemplo n.º 4
0
 /**
  * Set resource model and Id field name
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('Mage_SalesRule_Model_Resource_Rule');
     $this->setIdFieldName('rule_id');
 }
Ejemplo n.º 5
0
 protected function _construct()
 {
     parent::_construct();
     $this->_init('feedexport/tracker_rule');
     $this->setIdFieldName('tracker_rule_id');
 }
Ejemplo n.º 6
0
 /**
  * Constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('easyshippingrules/rule');
     $this->setIdFieldName('easyshippingrules_rule_id');
 }
Ejemplo n.º 7
0
 /**
  * Init resource model and id field
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('productlist/rule');
 }