Example #1
0
 static function loadCart($db, $customer_id)
 {
     return Product::loadCart($db, $customer_id);
 }