I want to use my own yml config file in the module config dir. I have
the config handler setup, but symfony never seems to check the module/
config dir for the specified yaml with:
include(sfConfigCache::getInstance()-
>checkConfig(sfConfig::get('sf_app_config_dir_name').'/lists/
list.yml'));
I checked sfLoader::getConfigPaths() and it looks at:
the core libs
%project%
%project%/config
%apps%/front
%cache%/front/dev/config
%apps%/front/config
but never %apps%/front/modules/%module%/config
Ideally I think it should check the module/config app/config then the
project/config for the specified file. Am I misunderstanding this or
doing something wrong?
Thanks,
Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---