Home > Backend Development > PHP Tutorial > onethink的数据库配置为什么不合并成一个?

onethink的数据库配置为什么不合并成一个?

WBOY
Release: 2016-06-06 20:41:34
Original
1238 people have browsed it

onethink在安装完成后会有一个Common/Conf/config.php 文件 用于保存数据库信息
但是在User模块下的Conf里面也有一个config.php文件保存数据库信息,为什么设计的时候,不将这两个数据库信息设置为一个呢?

回复内容:

onethink在安装完成后会有一个Common/Conf/config.php 文件 用于保存数据库信息
但是在User模块下的Conf里面也有一个config.php文件保存数据库信息,为什么设计的时候,不将这两个数据库信息设置为一个呢?

tp的机制吧,你可以把User看做是另一个项目,有时候同一网站下可能不同项目之间,数据库分开做比较好。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template