Hi, I am trying to figure out how i can make a routing decision. E.g. I have multiple plugins which might have modules with the same name as other plugins modules.
How can I route a request to a specific plugin? Example: mysymfonyapp.com/plugin1/<modulename>/<action> -> should route to plugins/sfFirstPlugin/modules/<modulename> mysymfonyapp.com/plugin2/<modulename>/<action> -> should route to plugins/sfSecondPlugin/modules/<modulename> I really tried to figure that out myself, but i couldn't find a solution. Thx. Best Regards, Christian -- Christian Haintz Student of Software Development and Business Management Graz, University of Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
