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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article
Roblox: Grow A Garden - Complete Mutation Guide
3 weeks ago
By DDD
Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
How to fix KB5055612 fails to install in Windows 10?
3 weeks ago
By DDD
Nordhold: Fusion System, Explained
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌

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)

Hot Topics
Java Tutorial
1666
14


CakePHP Tutorial
1425
52


Laravel Tutorial
1327
25


PHP Tutorial
1273
29


C# Tutorial
1253
24

