PHP程序核心配置文件一般模式
php代码
<?php /* * 文件名:config.php * 功 能:程序核心配置文件 * 日 期:2010-04-30 * 作 者:web@huqiao.net */ if(!defined('IN_CART')){ //防止站外引用 exit('Access Denied'); } define('TIME_ZONE','PRC'); //默认时区 define('CHARSET','utf-8'); //网站字符集 define('DB_HOST','localhost'); //数据库主机 define('DB_USER','root'); //数据库用户名 define('DB_PWD',''); //数据库密码 define('DB_NAME','testshop'); //数据库名 define('DB_CHARSET','utf8'); //数据库字符集 define('DB_PREFIX','joe_'); //数据库表名前缀 define('USE_TEMPLATE','default/'); //当前使用的模板 define('TEMPLATE_DIR',CART_ROOT . '/templates/' .USE_TEMPLATE); //模板文件夹 define('PUBLIC_DIR',CART_ROOT . '/public'); //公共文件夹 define('TEMPLATE_CACHE_DIR',CART_ROOT . '/data/cache/'); //模板缓存文件夹 define('TEMPLATE_COMPILE_DIR',CART_ROOT . '/data/compile/'); //模板缓存文件夹 ?>
Copy after login
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

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
How Long Does It Take To Beat Split Fiction?
3 weeks ago
By DDD
R.E.P.O. Save File Location: Where Is It & How to Protect It?
3 weeks ago
By DDD

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
