Symfony - 覆盖YAML中的默认配置设置

时间:2011-02-24 22:51:45

标签: symfony1 yaml

我正在尝试覆盖我的前端应用程序中的配置设置sf_app_template_directory。

我可以在我的控制器中执行此操作,如下所示:

sfConfig::set('sf_app_template_dir', 'somewhere else');

但是,我不确定从我的YAML配置中执行此操作的确切语法。

有人可以帮忙吗?

感谢。

1 个答案:

答案 0 :(得分:0)

您可以在项目配置中更改它(如果需要,可以在前端 - 更改)。这里的例子准确地解释了你想要做的事情:

http://www.symfony-project.org/gentle-introduction/1_4/en/19-Mastering-Symfony-s-Configuration-Files#chapter_19_sub_customizing_the_file_structure