已采納回答 / 372191242imooc
tp5系統(tǒng)默認的配置文件目錄就是應用目錄( APP_PATH )tp\application\config.php(全局應用配置,前臺=后臺=其他模塊)tp\application\index\config.php(僅index模塊配置, 前臺)tp\application\admin\config.php(僅admin模塊配置, 后臺)----------tp5公共配置目錄tp\public\index.php入口文件添加( CONF_PATH )配置define('CONF_PATH', __DIR_...
2017-05-31