Constants are defined in YAML format in the config/app.yaml file. However, when I try to define an array as
const_arr: [‘one’, ‘two’, ‘three’, ‘four’, ‘five’]
and use sfConfig::get(‘app_const_arr’), I don’t getting anything back. What am I doing wrong?
Try: