我需要使用默认设置加载默认的factories.yml,但仅适用于我的应用程序中的一个模块:
frontend:
config:
factories.yml
settings.yml
modules:
ajax:
action:
config:
factories.yml
templates:
etc:
action:
templates:
etc2:
action:
templates:
我只需要为ajaxmodule加载一个特殊的factories.yml来增加速度问题。 我读了一些不可能的东西,但是给出了解决这个问题的方法吗? 我真的需要帮助,我不明白:( THX
答案 0 :(得分:0)
您是否尝试将自定义的factories.yml放入apps / your_app_name / modules / your_module_name / config而不是apps / your_app_name / config? 这应该覆盖您的自定义模块上下文中的默认factiories.yml(与示例view.yml相同)