[symfony-users] Re: [Symfony2] Bundles and Entities

2011-02-16 Thread Daniel Londero
On 16 Feb, 14:42, GIARELLI Yohan yo...@giarelli.org wrote: A *Bundle* is a structured set of files (PHP files, stylesheets, JavaScripts, images, ...) that *implements* a single feature (a blog, a forum, ...) and which can be easily shared with other developers. Think about creating separated

Re: [symfony-users] Re: [Symfony2] Bundles and Entities

2011-02-16 Thread Yohan GIARELLI
Yes, it's right. it's more semantic and easy to use. (one routing per bundle with fe/be routes, etc.) Yohan. 2011/2/16 Daniel Londero daniel.lond...@gmail.com On 16 Feb, 14:42, GIARELLI Yohan yo...@giarelli.org wrote: A *Bundle* is a structured set of files (PHP files, stylesheets,

[symfony-users] Re: [Symfony2] Bundles and Entities

2011-02-16 Thread Richtermeister
It's really the same as in symfony1 where a blog plugin would contain a front module and one or more admin modules, as well as the entire blog model and blog specific assets. The only thing I'm unsure about is how to group said files within the bundle.. I mean, most bundles I see have one

Re: [symfony-users] Re: [Symfony2] Bundles and Entities

2011-02-16 Thread Yohan GIARELLI
You can create subfolders in resources/view and multiple controllers, eventually in fe/be subnamespaces. Yohan. Le 16 févr. 2011 18:51, Richtermeister nex...@gmail.com a écrit : It's really the same as in symfony1 where a blog plugin would contain a front module and one or more admin modules,