I wrote a plugin how is specific to my application (a backend module) so to
not interact with the original
backend/config/settings.yml

I enabled my module with :
sfConfig::set('sf_enabled_modules',
array_merge(sfConfig::get('sf_enabled_modules'), array('jouegagne')));(in
plugin/myplugin/config/config.php)

But the module is also enable in frontend !!! how can I enable my module
ONLY in backend ?

Thanks :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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