This patch back-ports patches to Symfony 1.3 related to Doctrine 1.1 to Symfony 1.2. Applying this patch will allow Symfony 1.2 to work with Doctrine 1.1. This patch *may prevent* Symfony 1.2 from working with Doctrine 1.0. You must rebuild Doctrine forms after applying this patch by running: ./symfony doctrine:build-forms This patch comes with no warranties and is not supported by Symfony. This may break your symfony project, destroy your data, freeze your system, catch your ethernet cord on fire, etc. !!!USE AT YOUR OWN RISK!!! diff -Naur plugins/sfDoctrinePlugin/data/generator/sfDoctrineForm/default/template/sfDoctrineFormGeneratedTemplate.php plugins/sfDoctrinePlugin/data/generator/sfDoctrineForm/default/template/sfDoctrineFormGeneratedTemplate.php --- plugins/sfDoctrinePlugin/data/generator/sfDoctrineForm/default/template/sfDoctrineFormGeneratedTemplate.php 2009-04-29 17:31:45.000000000 -0500 +++ plugins/sfDoctrinePlugin/data/generator/sfDoctrineForm/default/template/sfDoctrineFormGeneratedTemplate.php 2009-04-29 17:33:25.000000000 -0500 @@ -72,11 +72,11 @@ protected function doSave($con = null) { - parent::doSave($con); - getManyToManyRelations() as $relation): ?> $this->saveList($con); + + parent::doSave($con); } getManyToManyRelations() as $relation): ?>