0

我有以下配置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');

如何动态设置此值?谢谢你。

4

1 回答 1

0

配置?IIRC 不是 Symfony 1 中的 sfConfig 吗?

除非您要求更改 defaults.yml 本身的内容。

于 2013-07-22T09:21:58.113 回答