sfConfig::get is not returning constants defined in app.yml
- by morpheous
I have an interesting problem.
I am using Symfony 1.3.2.
I have defined some constants in project/apps/frontend/config/app.yml and
project/config/app.yml
When I use the constant (correct spelling) in a piece of code like this
$test=sfConfig::get('app_foobar');
the variable $test is assigned a null value.
This is what I have checked so far:
…