destoon 根目录文件结构

目录/文件 说明
/admin
系统核心后台管理
├ image
后台风格
├ template
后台模板
/api
系统及第三方接口
├ kf
在线客服
├ map
电子地图
├ oauth
一键登录
├ pay
支付接口
├ stats
第三方统计
├ tr`这里写代码片`ade
担保交易
├ ucenter
UCenter
/file
 
├ backup
数据库备份
├ cache
缓存
├ captcha
验证码字体
├ chat
聊天记录
├ config
配置
├ data
导数据导入
├ email
邮件列表
├ flash
Flash文件
├ font
中文字体
├ image
公用图片
├ ipdata
IP数据库
├ log
日志
├ md5
MD5镜像
├ mobile
手机列表
├ script
javascript
├ session
SESSION
├ setting
配置数据
├ temp
临时目录
├ update
系统更新
├ upload
上传文件
/include
核心类库
/install
安装程序
/lang
语言包
/module
功能模块
├ article
文章模块
├ article/admin
文章管理
├ article/admin/template
文章管理模板
├ article/common.inc.php
文章模块初始化
├ article/global.func.php
文章核心函数
├ article/article.class.php
文章核心类
├ article/index.inc.php
文章首页
├ article/index.htm.php
静态文章首页
├ article/list.inc.php
文章列表页
├ article/list.htm.php
静态文章列表页
├ article/show.inc.php
文章内容页
├ article/show.htm.php
静态文章内容页
├ article/search.inc.php
文章搜索
├ article/task.inc.php
文章计划任务
/skin
风格皮肤
├ default
默认风格
├ default/image
图片文件
├ default/style.css
CSS文件
/template
模板文件
├ default
默认模板
├ default/index.htm
首页模板
/upgrade
系统升级
/admin.php
后台入口
/common.inc.php
系统初始化
/config.inc.php
系统配置
/index.html
静态首页
/index.php
动态首页
/version.inc.php
版本控制

猜你喜欢

转载自www.cnblogs.com/my2018/p/9772331.html