magento 重写 config.xml

两种办法:
1. 修改app/etc/modules/xxx.xml
<codePool>core</codePool>
<codePool>local</codePool>

2. 创建一个模块,模块配置文件如下,copy重新config.xml <config> <modules> <Yourcompany_Payment> <active>true</active> <codePool>local</codePool> <depends> <Mage_Payment/> </depends> </Yourcompany_Payment> </modules> </config>

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念