我在defaults.yml
中有以下配置:
poll_votes:
type: string
value: ''
name: 'Votes'
description: ''
editable: true
system: false
nullable: false
stConfig::get('poll_votes');
将返回正确的值(可在后端更新),但在调用stConfig::set('poll_votes', 'option1: 1 vote');
如何动态设置此值?谢谢。
答案 0 :(得分:0)
stConfig? IIRC不是它在Symfony 1中的sfConfig吗?
除非您要求更改defaults.yml本身的内容。