代码点火器 2 +具有多个数据库连接的原则 2
我想知道是否可以让 CodeIgniter 2 与 Doctrine 2 一起使用多个数据库连接。
我目前使用 CodeIgniter 2 和 Doctrine 2 来处理 1 个数据库,但是是否可以处理多个数据库?
如果是这样,如何实现这一点?
I was wondering if is possible to have CodeIgniter 2 with Doctrine 2 with multiple database connections.
I currently got CodeIgniter 2 and Doctrine 2 to work with 1 database, but is it possible to do multiple database?
If so, how can this be accomplished?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您是否可以在两个数据库直接交互的情况下执行此操作。 (跨数据库联接/等..)
但是,在您的学说加载中,您可能会遇到类似的情况:
当您只需使用另一个数据库(也许使用单独的学说配置)配置第二个实体管理器时:
I am unsure if you can do this where the two databases interact directly. (Cross-Database Joins/etc..)
However in your load-up for doctrine you probably have something along the lines of this:
When You would just configure a second entity manager with the other db, perhaps with a seperate doctrine-config: