Esempio n. 1
0
 function del()
 {
     $model = $this->getModel('sn_code');
     parent::del($model);
 }
Esempio n. 2
0
 function del()
 {
     $model = $this->getModel($this->table);
     parent::del($model);
 }
Esempio n. 3
0
 function del()
 {
     $model = $this->getModel($this->table);
     // 		D('Addons://Coupon/Coupon')->getCouponShop(true);
     parent::del($model);
 }