| How to add custom yaml file in config, I mean... [message #31498] |
Mon, 16 July 2007 13:44  |
cysin Messages: 29 Registered: July 2007 |
Junior Member |
|
|
I mean a custom yml file in /config that can be parsed and cached just like app.yml. I've tried the ways demonstrated in wiki and in official document in chapter 19, but it doesn't work.
I added test.yml in /myapp/config/ and changed the config_handlers.php like the following:
config/test.yml
class: sfDefineEnvironmentConfigHandler
param:
prefix: test_
It seems that it never works as expected. Need I make a change in other config files?(settings.yml for example)
I am new to Symfony, any help is welcome!!!
|
|
|