コード例 #1
0
 public function actionDelete($id)
 {
     Basket::deleteProduct($id);
     header("Location: /basket");
 }