Symfony 与数据库相同的 Web 服务

发布于 2024-11-25 07:36:26 字数 165 浏览 2 评论 0原文

问题是:

我在 Symfony 项目中使用了一些在 WSDL 中定义的方法。 我需要一种配置,使我的 ws 可以根据环境在两个数据库之一上工作。 我尝试定义不同的环境,甚至不同的应用程序。但他们都坚持使用应用程序级别配置下的databases.yml中的数据库。

我真的很感谢任何帮助

Here is the issue:

I have some methods in action in a Symfony project that are defined in WSDL.
I need a configuration where my ws can work on one of two data bases according to environment.
I tried defining different environments and even different applications.But they all insist to use the DB from the databases.yml under the config on the level of apps.

I really appreciate any help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

路弥 2024-12-02 07:36:26

为了动态选择数据库连接,您可以使用本幻灯片中演示的相同技术

http ://www.slideshare.net/kriswallsmith/symfony-in-the-cloud

In order to select the database connections dynamically you can use the same technique demonstrated in this slide

http://www.slideshare.net/kriswallsmith/symfony-in-the-cloud

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文