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.
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.
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.
Thanks everybody,
Finally I solved it changing all plugin configurations from my actions.class.php using sfConfig::set() method.