I could have swore that in some version you could create a plugin.yml
file (or maybe it was pluginName.yml) in your Plugin's config dir to
sort of use as the base default settings. But I dont see the plugins
key anywhere in settings tab in web debug.
For example if i want to:
$plugin = sfConfig::get('plugins_myplugin_namespace', array());
$app = sfConfig::get('app_myplugin_namespace', array());
$config = sfToolkit::arrayDeepMerge($plugin, $app);
Was this never the case, is it just no longer supported, or am I doing
something wrong?
Also what are some alternative ways to accomplish this? Id rather not
hardcode the defaults in the directly in the code if i can help it.
Also this might require my own config handler?
thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---