Hello,

I would like to know if it's possible to insert an application on a
module, example:

apps/
  backend/
    modules/
      module1/
        (nouvelle application)

The aim of this is to surcharge a plugin in x modules, for example i
have a plugin xPlugin,


plugins/
  xPlugin/

I would like to use in the backend twice this plugin on different
module.

apps/
  backend/
    modules/
      x1/
      x2/

The problem, is that i can't have a surcharge of xPlugin in module x1
and x2.

That's good if i put a module with this name but not with a lot of
modules.

apps/
  backend/
    modules/
      xPlugin/

So, I think than an application on a module can resolve my problem.
If somebody know how to do or if somebody have an other idea, I shall
appreciate his help.

Post-scriptum: I've already thought to make alias of xPlugin (that
muse be OK), but i would like to not have 200 alias on my plugin
folder.

Thank you.
--~--~---------~--~----~------------~-------~--~----~
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