Is it safe to use CodeIgniter shopping cart?

前端 未结 2 823
情深已故
情深已故 2021-01-02 10:29

According to CodeIgniter documentation their Shopping Cart Class \"is DEPRECATED and should not be used\".

Is there any harm in going ahead and using it? It is a ver

2条回答
  •  既然无缘
    2021-01-02 11:01

    3 years after, a better solution, out of the box.

    I've found this on MIT license: https://github.com/kirilkirkov/Shopping-Cart-Solution-CodeIgniter

    Using CI3, not using CI cart class, back-end, templates, payments, languages etc. Excellent work!

提交回复
热议问题