예제 #1
0
 public function _construct()
 {
     parent::_construct();
 }
예제 #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');
 }
예제 #4
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('emipro_codpayment/codpayment1');
 }
예제 #5
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('zblocks/condition');
 }
예제 #6
0
 protected function _construct()
 {
     parent::_construct();
     $this->_init('prolabels/label');
     $this->setIdFieldName('rules_id');
 }
예제 #7
0
파일: Rule.php 프로젝트: rajarshc/Rooja
 public function _construct()
 {
     parent::_construct();
     $this->_init('rewards/catalogrule_rule');
 }