On Sun, 4 Oct 2009, wittygraphy wrote:

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

DYCC   (Did You Clear Cache?)


-- 



--~--~---------~--~----~------------~-------~--~----~
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 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to