Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 symfony2。
我应该在哪里保存全局参数?
像 C++ 头文件中的 DEFINE
如果有一些规则,我愿意遵守。
我在官方文档中找不到描述。
提前致谢
把它们放在 app/config/parameters.yml
parameters: my_parameter: a_string
如果它们特定于捆绑包,请将它们放在 src/Company/MyBundle/Resources/config/parameters.yml
更多信息