Re: [symfony-users] Re: Understanding of Bundles in Symfony 2

2011-04-11 Thread Christophe COEVOET
Le 11/04/2011 20:03, Hernan Slavich a écrit : I have this doubt too. Is there a way to organize controllers in sub folders? Example: /src /Blog /BlogBundle /Controllers /Front ExampleController.php /Back AdminC

[symfony-users] Re: Understanding of Bundles in Symfony 2

2011-04-11 Thread Hernan Slavich
I have this doubt too. Is there a way to organize controllers in sub folders? Example: /src /Blog /BlogBundle /Controllers /Front ExampleController.php /Back AdminController.php On Apr 11, 9:52 am, weaverryan wrote: >

Re: [symfony-users] Re: Understanding of Bundles in Symfony 2

2011-04-11 Thread Gregor
Hey weaverryan, thanks for you answer! Your description of organizing the source code opens my mind for the bundle system. The idea of decoupling the comments from the article and use them for other projects is really great. But as you mentioned my Blog project wouldn't be to big because it's o

[symfony-users] Re: Understanding of Bundles in Symfony 2

2011-04-11 Thread weaverryan
Hey there- I'd say that both are fine. If you simply want to add comments to your articles, I'd just start with having them inside the same bundle. The advantage of having them in two bundles is more separation/ organization (and if your Blog bundle isn't too big, that's not a huge concern) and be