Disable a plugin for a module on Symfony
I am developing an application using Symfony 开发者_如何学Go1.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.
精彩评论