Best way to save a ordered List to the Database while keeping the ordering

前端 未结 12 1099
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 17:27

I was wondering if anyone has a good solution to a problem I\'ve encountered numerous times during the last years.

I have a shopping cart and my customer explicitly

12条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 17:49

    FWIW, I think the way you suggest (i.e. committing the order to the database) is not a bad solution to your problem. I also think it's probably the safest/most reliable way.

提交回复
热议问题