# foreach ($items as $item){ $orderItem = new OrderItem(); (...) array_push($orderItemsToSave,$orderItem); } ``` this is basically what im doing