Well, I recently found the following in the Jobeet Tutorial which  
tells the same:

"To avoid module name collisions, it is always a good habit to prefix  
plugin module names with the plugin name"

So, i thinkg this is probably the only and the best way to handle it.

Thanks,
Christian

On Mar 28, 2009, at 2:39 AM, Yevgeniy A. Viktorov wrote:

>
>
> But how you going to enable these modules? I mean with same name...
> I think it's pretty common practice to prefix module names with it's
> plugin name to omit such collisions.
>
> Thanks.
>
> Christian Haintz wrote:
>> 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
>>
>>
>>
>>
>>>
>>
>>
>
> >

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to