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 controllers in your bundle to separate your > frontend and backend.
Thanks for the reply Yohan. I've read something similar about creating separated controllers in the docs about Sf2 for sf1.x developer. In that situation I think we need to decouple components of the app (say a news section, products catalog, press releases) without grouping them in fe and be but having NewsBundle, ProductsBundle, PressBundle. Each of them with a second controller for be operations. It looks nice because Entities are in the right place: where them will be used (I'll not use News Entity in Products context). Is it right? Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en