作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何覆盖 ./vendor/.../module_name/config/module.config.php 下的配置文件?
不,这个link不适合我。我不确定为什么。
最佳答案
尝试命名配置文件 filename.global.php 或 filename.local.php。
在 application.config.php 里面有这一行:
config/autoload/{,*.}{global,local}.php
zfcuser.global.php
修改文件底部的以下内容:
return array(
'zfcuser' => $settings,
'service_manager' => array(
'aliases' => array(
'zfcuser_zend_db_adapter' => (isset($settings['zend_db_adapter'])) ? $settings['zend_db_adapter']: 'Zend\Db\Adapter\Adapter',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
'options' => array(
'route' => '/member',
'defaults' => array(
'controller' => 'zfcuser',
'action' => 'index',
),
),
)
)
)
);
关于zend-framework2 - 禅2 : How to override module's configuration file?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12621177/
关闭。这个问题是off-topic .它目前不接受答案。 想改进这个问题? Update the question所以它是on-topic对于堆栈溢出。 10年前关闭。 Improve this qu
我是一名优秀的程序员,十分优秀!