Init:Acl is the only class that uses Doctrine in Symfony\Bundle\FrameworkBundle, there is a DBAL namespace inside Symfony\Component\Security\ACL\DBAL that has more Doctrine code. As Johannes pointed out its 1500 LOC and the component is useless without it.
Since all the Doctrine dependent code is put into its own sub-namespace I think this is ok though. You don't have to use it for the component to be useful. I think that way its ok. On Sat, 1 Jan 2011 21:32:25 +0100 Bernhard Schussek <[email protected]> wrote: > In my opinion, external dependencies are OK as long as they are > completely optional. If Doctrine2 is only required to be installed > when the init:acl command is executed (but not otherwise), I'm fine > with that. > > Bernhard > -- > Software Architect & Engineer > Blog: http://webmozarts.com > Twitter: http://twitter.com/webmozart > > -- > 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 > -- 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
