Lem
Lem

Reputation: 881

Symfony 1.4 & Mongo DB

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!

Upvotes: 1

Views: 844

Answers (1)

Lem
Lem

Reputation: 881

I haven't found any solution and actually didn't spend enough time to find one. Moving to SF2 definitely simplifies that process, even though symfony2 doesn't look like sf1 at all. So starting with SF2 basically means learning a new framework...

Upvotes: 1

Related Questions