# XDMCMS **Repository Path**: thinkyoung/XDMCMS ## Basic Information - **Project Name**: XDMCMS - **Description**: 小达摩CMS是基于codeigniter、jquery easyui的一款开源的CMS、博客系统 作者:小达摩 fork from https://github.com/xiaodamo/XDMCMS - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2021-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XDMCMS 小达摩CMS 小达摩CMS是基于codeigniter、jquery easyui的一款开源的CMS、博客系统 # 后台功能 - 登录管理 - 用户管理 - 角色权限管理 - 网站设置 - 代码生成(支持从配置文件读取,支持手动添加字段生成) - 博客分类管理、文章管理等等 # 安装与配置 修改admin/application/config/database.php 修改你的数据库信息 修改application/config/database.php 修改你的数据库信息 将xiaodamo.sql导入你的数据库 后台默认账户:admin,密码:111111 # 截图 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/1.png) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/2.png) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/3.png) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/4.png) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/5.png) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/6.png) # 项目说明 - 项目目录说明 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm1.png) - 后台Controller基类说明 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm2.png) - 后台Controller子类说明 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm3.png) - 后台子类model说明(基类model使用的是github的另一个项目,详细使用方法请查看https://github.com/jamierumbelow/codeigniter-base-model) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm4.png) - 后台相关配置文件说明 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm5.png) # 代码生成说明 - 从配置文件生成的说明 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm6.png) - 配置文件定义说明 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm7.png) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm8.png) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm9.png) - 手动添加字段生成的说明 ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm10.png) - 生成后的页面说明(根据代码生成的页面是不是很方便呢 *^__^* ) ![image](https://github.com/xiaodamo/XDMCMS/raw/master/uploads/screenshots/sm11.png)