Hi,
I am wondering how to get app.yml in the project config fdir to be
overwritten by app.yml in a module.

I have the following in the config/app.yml
all:
  tabs:
    primary: none;
    secondary: none;

and this in the modules/xyz/config/app.yml
all:
  tabs:
    primary: services;
    secondary: none;

in an action of the module xyz I expected app_tabs_primary to contain
the value 'services' but it turn out to be 'none' instead.  I
commented this parameter from config/app.yml and it turns out to be
undefined in the action.  I also tried to overwrite it by calling
sfConfig::set('app_tabs_primary', 'services') in the action code and
it does work as expected.  I am really prefer to set this param in
app.yml to make the code more readable.  Am I missing some setup to
get this to work?

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to