Esempio n. 1
0
 public function _construct()
 {
     parent::_construct();
 }
Esempio n. 2
0
 protected function _construct()
 {
     parent::_construct();
     $this->_init('urapidflow/catalogRule');
     $this->setIdFieldName('rule_id');
 }
 /**
  * Init resource model and id field
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('catalogrule/rule');
     $this->setIdFieldName('rule_id');
 }
Esempio n. 4
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('emipro_codpayment/codpayment1');
 }
 public function _construct()
 {
     parent::_construct();
     $this->_init('zblocks/condition');
 }
Esempio n. 6
0
 protected function _construct()
 {
     parent::_construct();
     $this->_init('prolabels/label');
     $this->setIdFieldName('rules_id');
 }
Esempio n. 7
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('rewards/catalogrule_rule');
 }