Doctrine2StepHydration:示例存储库,用于演示使用 Doctrine2 进行的 2 步提取连接水化

时间:2024-07-02 14:46:21
【文件属性】:

文件名称:Doctrine2StepHydration:示例存储库,用于演示使用 Doctrine2 进行的 2 步提取连接水化

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-02 14:46:21

PHP

Doctrine ORM 2 步保湿 此存储库是如何使用 Doctrine ORM 实现两步水化的示例。 示例将与存储库本身一起提供。 您可以在阅读有关此存储库背后概念的更多信息 运行示例 只需打开终端并运行 ./run.sh 要处理每个表中的记录数量,您可以定义环境变量: USERS=1000 SOCIAL_ACCOUNTS=15 SESSIONS=20 ./run.sh


【文件预览】:
Doctrine2StepHydration-master
----.gitignore(35B)
----bootstrap.php(1KB)
----single-fetch-join.php(646B)
----models()
--------User.php(432B)
--------Session.php(247B)
--------SocialAccount.php(219B)
----populate-db.php(1KB)
----composer.json(202B)
----lazy-loading.php(476B)
----composer.lock(23KB)
----README.md(546B)
----run.sh(526B)
----multi-step-hydration.php(784B)

网友评论