Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是两个集合
lb_order_details lb_orders
谁能建议我如何加入——比如 MySQL 加入——并使用 PHP 打印这两个 MongoDB 数据集合?
在 mongodb 中没有加入这样的东西,但是您可以通过在特定用户的每个集合中保持 id 字段通用来创建关系。您必须明智地管理数据库以克服连接问题。
MongoDB 中没有连接。您需要使用两个不同的 MongoDB 查询检索数据并在 PHP 端处理数据。