예제 #1
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('mageworx_multifees/fee');
     $this->setIdFieldName('fee_id');
 }
예제 #2
0
 /**
  * Init resource model and id field
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('catalogrule/rule');
     $this->setIdFieldName('rule_id');
 }