[symfony-users] Re: [symfony2] How to use bundles?

2011-04-15 Thread Sebastian Göttschkes
Hi Carl, thanks for your fast reply. It's very appreciated! The link on dependency injection by fabien potencier is really great. For the first time, I think I got it... And I talked to a lot of people trying to explain it to me :-) With this in mind I think I get a bit of the idea of bundles.

[symfony-users] Re: [symfony2] How to use bundles?

2011-04-15 Thread Carl
Typically, bundles perform tasks that are all related. For example, your blog would be a bundle. You'd include everything needed to manage your blog in that bundle. Default views, services, configuration, routing, etc. Depending on how big the rest of your site is and on the functionality you n