Symfony 与数据库相同的 Web 服务
问题是:
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了动态选择数据库连接,您可以使用本幻灯片中演示的相同技术
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