but then you have the bundle `SoftDeleteBundle` which only applies to MongoDB, and later on there would also perhaps be `SoftDeleteBundle` for ORM, and also there might be a Propel `SoftDeleteBundle`, so I think you need to have at least `Doctrine.ODM.SoftDelete` in the bundle reference to avoid conflicts.
This is what bugs me with the current naming scheme, to stand a good change of avoiding conflicts it is necessary to reproduce the namespace stack in the bundle name. On 4 March 2011 18:39, Henrik Bjornskov <[email protected]> wrote: > https://github.com/doctrine/mongodb-odm-softdelete-bundle try writing a > template name for that type of naming. Without the FQN it would still be > referenced with DoctrineSoftDeleteBundle:Action:template.html.twig which is > a lot less than the fqn. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- Dan Leech Web Developer www.dantleech.com -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
