[symfony-users] symfony 1.4 doctrine: few plugins :(

2009-12-11 Thread Roland Cruse
Hi I am starting a new installation and am trying to decide between propel and doctrine. It seems doctrine will become symfony's default orm and symfony 2.0 will drop propel. Plus the symfony installation page recommends symfony 1.4 for new installations. But! Where are the doctrine plugins? On

Re: [symfony-users] symfony 1.4 doctrine: few plugins :(

2009-12-11 Thread Gábor Fási
Plugins usually take some time to get updated for new versions. Just be patient. On Fri, Dec 11, 2009 at 19:37, Roland Cruse cruses...@gmail.com wrote: Hi I am starting a new installation and am trying to decide between propel and doctrine. It seems doctrine will become symfony's default orm

Re: [symfony-users] symfony 1.4 doctrine: few plugins :(

2009-12-11 Thread Stéphane
If it doesn't install using plugin:install from cli, then install them manually : download package, unpack it in project/plugins dir and register plugin in the project/config/ProjectConfiguration.class.php using ::enablePlugins() then do a project:validate to see what need to get changed (at best)