On 30.06.2011, at 08:19, Thomas Lundquist wrote: > On Wed, Jun 29, 2011 at 07:24:42AM -0700, i...@ilmer.nl wrote: >> But seperate apps does also mean duplicate business logic code? > > The business logic is still in one or more bundles and the most app specific > can be in it's own bundle and only be used by one of the apps. > >> The frontend/backend can share a lot of helper functions and business >> logic. > > Absolutely and that is also the reason at least I would like to have the > apps/<appname>/ from Sf1 back instead of just app/ > > Two apps can also share the exact same code but may just use two different > DBs and then using the same source base but just different apps/<foo>/ > directories with the configuration in it. > > I am very in favour of putting this functionality back in and so far I have > not seen any good alternatives come up.
yes this approach works fine and we are using it in production. again its documented on here https://github.com/liip/sf2debpkg regards, Lukas Kahwe Smith m...@pooteeweet.org -- 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 symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
