Hi Nicolas, what's your motivation behind this separation you are trying to achieve?
Anyway, this separation is already built into Symfony, just not across different files and directories depending on the layer. The URL myproject/product/listproduct/ for example will actually call the executeListproduct() action in the product module's actions. This action will then use the listproductSuccess.php template for its output. So there's your separation :) Hopefully that may help you. If you need more info on this, have a look at the Symfony book and the tutorials. Cheers, Georg Nicolas Tavantzis schrieb: > Hello everybody, > > I'm just a beginner in using symfony and I want to know if it's > possible to separate the organisation of my modules. > > I give you an exemple : > > this is my path : > > /trunk/apps/frontend/modules/ > > I want to separate my modules header, footer and leftnav of the rest > of my modules like this : > > /trunks/apps/frontend/modules/commun/header/ > /trunks/apps/frontend/modules/commun/footer/ > /trunks/apps/frontend/modules/commun/leftnav/ > > and > > /trunks/apps/frontend/modules/product/search/ > /trunks/apps/frontend/modules/product/listproduct/ > ... > > I know I can do a rewriting of my url but that's not that I want to > do, I want to seperate my modules in my structure. > > Do you think it's possible ? Because when I call one of my module > like : myproject/product/listproduct/ or myproject/listproduct/ it > don't work. > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---