Re: [symfony-devs] [Symfony2] multiple frontend controllers

2010-12-09 Thread Lukas Kahwe Smith
On 08.12.2010, at 18:01, Jeremy Mikola wrote: > We also discussed splitting the site into multiple single-app projects, each > of which would have their own local bundles and use git submodules to include > shared bundles (also our code, not talking about third-party stuff here). > That's som

Re: [symfony-devs] [Symfony2] multiple frontend controllers

2010-12-08 Thread Jeremy Mikola
Regarding structure, we have top-level application directories (with their own configs), and a top-level config directory of YML files that app-level config's import as necessary. I don't think Kris intends to consolidate everything to a single app, but for the most part, something like forums (wh

Re: [symfony-devs] [Symfony2] multiple frontend controllers

2010-12-08 Thread Lukas Kahwe Smith
On 08.12.2010, at 16:09, Jeremy Mikola wrote: > We currently have several Symfony2 applications, one for each subdomain, and > some are even sharing the same domain (thanks to mod_rewrite). I'm sure I > shared this before, but our configs (for various apps and the common, shared > stuff) is h

Re: [symfony-devs] [Symfony2] multiple frontend controllers

2010-12-08 Thread Jeremy Mikola
We currently have several Symfony2 applications, one for each subdomain, and some are even sharing the same domain (thanks to mod_rewrite). I'm sure I shared this before, but our configs (for various apps and the common, shared stuff) is handled in this fashion: https://gist.github.com/562975 Kri

Re: [symfony-devs] [Symfony2] multiple frontend controllers

2010-12-08 Thread Lukas Kahwe Smith
On 08.12.2010, at 10:21, Lukas Kahwe Smith wrote: > Hi, > > We have decided to use multiple separate frontend controllers in our > application which will run on separate (sub)domains. For example this way we > can if the site overloads ensure access to the admin tool since we can easily > eit

Re: [symfony-devs] [Symfony2] multiple frontend controllers

2010-12-08 Thread Lukas Kahwe Smith
On 08.12.2010, at 10:21, Lukas Kahwe Smith wrote: > Now this actually works quite fine. We did however have to make some > adjustments to createKernel() in the WebTestCase class: > https://gist.github.com/733071 I should have mentioned that an unfortunate side effect of the above is that it d