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