我使用Zendframework 3和Doctrine 2.2 我正在编写一个使用2个模块的小工具:
使用Doctrine / EntityManager进行访问和会话数据的用户模块。
使用Doctrine / EntityManager从权利和各种存储库中检索信息的应用程序模块。
谜是:为什么在用户模块中我可以检索
'doctrine.entitymanager.orm_default'
在每个工厂但在应用程序模块中没有?
我已经读了1000次代码,日志中没有错误,每个工厂都已正确映射。
serviceManager正常,因为正确获取了其他服务。
这是“应用程序”module.config.php
提前致谢。