Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 symfony 1.4 和 Doctrine (1.X) 上运行的应用程序。我希望能够将 MongoDB 与已经设置的 Mysql DB 一起使用。
一些数据将存储在 mongodb 中,其余的将保留在 Mysql 中。所以现在我正在寻找一种在 symfony 1.4 中设置 mongoDB的方法,并让它在不影响 Doctrine 连接器的情况下工作。
谁能解释我如何进行?唯一找到的插件是 sfMondongoPlugin,自 2010 年以来未更新。
谢谢!
我还没有找到任何解决方案,实际上没有花足够的时间找到一个。迁移到 SF2 肯定会简化该过程,即使 symfony2 看起来根本不像 sf1。所以从SF2开始基本上意味着学习一个新的框架......