Example #1
0
 public function del()
 {
     $id = I('brand_id');
     $brandLogic = new l\BrandLogic();
     $result = $brandLogic->delBrand($id);
     $data['message'] = $result['message'];
     $this->ajaxReturn($data, 'JSON');
     S('brands', NULL);
 }