I've an application running on symfony 1.4 & Doctrine (1.X). I would like to be able to use MongoDB together with the Mysql DB already setup.
Some data will be stored in the mongodb rest will remain in Mysql. So right now I'm looking for a way to setup mongoDB in symfony 1.4, and get it working without impacting Doctrine connector.
Could anyone explain me how to proceed? Only plugin found is sfMondongoPlugin and hadn't been updated since 2010.
Thanks!