Example #1
0
 function delgoods()
 {
     $basket = new Basket();
     $basket->delGoods($_POST['id']);
 }