[symfony-users] Overriding plugin schema with doctrine and sf 1.2

2009-06-17 Thread Marius Rugan
Hi all, In March, Jonathan Wage wrote: Add this to the top of the plugin: "package: sfDoctrineGuardPlugin.lib.model.doctrine" This "package" option is automatically added to the schema files found in plugins so that the models are all generated in the right places. When you copy that schema file

[symfony-users] Overriding plugin schema with doctrine and sf 1.2

2009-03-12 Thread Nicolas
Hi all, I'm looking for a way to cleanly override à plugin schema file. My problem is that the column definitions of the sfGuardUser plugin doesn't fit my needs. Ideally i'd like to have something like this http://www.librosweb.es/symfony_1_1_en/capitulo17/plugins.html see the "New in symfony 1.1