Possible Duplicate:
For what would I make a bundle? (Symfony 2)
I'm just learnging Symfony2 and following the symblog tutorial. However, I am just wondering what type of bundles you should create for a full website. Do create one bundle for the whole site which contains all controllers etc for the site or if a website contains a login section, news section, blog etc would you have a separate bundle for each as well as one "master" bundle for the general web pages such as About Us, Contact Us, Homepage etc?