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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---
