如何用PHP写一个购物车类呢,下面我们来简单分析学习下。代码namespace app\common\helper; use app\common\model\Cart; use app\common\model\GoodsMain; class Car