cms 网站后台内容管理系统模板(#五指CMS网站管理系统开发#结构说明(图))
优采云 发布时间: 2021-10-07 01:28cms 网站后台内容管理系统模板(#五指CMS网站管理系统开发#结构说明(图))
#五指cms网站管理系统五指cms网站管理系统,网站内容管理系统,php5+mysql开发。
服务器要求
网络服务器:apache/nginx/iis
PHP环境要求:支持php5.2、php5.3、php5.4、php5.5、php 5.6!(推荐使用5.4或更高版本!)
数据库要求:Mysql 5
产品介绍
《五指网站内容管理系统》简称“五指cms”,是基于PHP(5.2及以上)+Mysql开发的网站管理系统,系统架构由MVC实现,可以非常灵活的进行二次开发和扩展。
本系统由拥有8年全职网站管理系统开发经验的王参作为系统首席架构师,集结10位开发人员共同开发搭建!系统从安全、效率、用户体验出发,真正做到安全第一、性能卓越!
得到帮助
官方网站:
开发文档:
功能特性描述 型号设计: 数据读写分离: 安全设计: 性能设计: 移动台设计:
###程序模块结构说明
|-- coreframe #框架目录
| |-- app #模块(应用程序)目录
| | |-- affiche #公告模块
| | |-- appshop #应用商城
| | |-- attachment #附件模块
| | |-- collect #采集器
| | |-- content #内容模块
| | |-- core #核心模块
| | |-- coupon #优惠券模块
| | |-- credit #积分模块
| | |-- database #数据库模块
| | |-- dianping #点评模块
| | |-- guestbook #留言板模块
| | |-- link #友情链接模块
| | |-- linkage #联动菜单
| | |-- member #会员模块
| | |-- message #站内短信模块
| | |-- mobile #移动手机模块
| | |-- order #订单模块
| | |-- pay #支付模块
| | |-- ppc #推广模块
| | |-- receipt #*敏*感*词*申请模块
| | |-- search #全站搜索模块
| | |-- sms #短信模块
| | |-- tags #tags模块
| | --- template #在线模板编辑
| |-- configs #框架配置
| |-- core.php #框架入口
| |-- crontab #定时脚本目录
| |-- crontab.php #定时脚本入口
| |-- extend #扩展目录
| |-- languages #语言包
| --- templates #模板
|-- caches #缓存目录
| |-- _cache_ #公共缓存
| |-- block #区块、碎片缓存
| |-- content #内容模块缓存,栏目缓存
| |-- db_bak #数据库备份路径
| |-- install.check #安装锁定
| |-- model #模型缓存
| --- templates #模板缓存
--- www #网站根目录
|-- 404.html #404页面
|-- admin.php #后台入口
|-- api #api目录
|-- configs #网站配置
|-- favicon.ico #浏览器icon
|-- index.html #网站首页
|-- index.php #动态地址首页
|-- res #静态资源
|-- robots.txt #搜索引擎防抓取规则
|-- uploadfile #附件
`-- web.php #自定义路由
V2.0.3 版本更新说明(2015-05-19)V2.0 版本更新说明(2015-05-18))