tags:

views:

132

answers:

2

Hi everyone,

I am developing an application using Symfony 1.4. Is it posible to disable a plugin just for one module?

Thanks in advance.

A: 

If you want to use plugin, but don't want to use module he provides, just don't enable this module. You are not obligated to do that.

develop7
A: 

Thanks everybody,

Finally I solved it changing all plugin configurations from my actions.class.php using sfConfig::set() method.

lluismontero
Well, we could have offered that - but I think we were hoping to avoid an ugly hack in preference of a better understanding of the plugin system. I'm not sure your answer benefits anyone :(
Raise