[symfony-users] Module config files

2008-03-10 Thread Michael Smith
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

[symfony-users] module config files

2007-10-19 Thread Lukas Kahwe Smith
Hi, I keep struggling with the proper syntax (for example is it all: or default: ?) and location for various settings (for example does is_internal go into module.yml or security.yml?) or what is possible (how do I write action/view specific settings and can I even write action specific s