https://github.com/forecho/fecms
https://github.com/forecho/fecms
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/forecho/fecms
- Owner: forecho
- License: other
- Created: 2012-09-14T09:27:35.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-09T00:59:05.000Z (about 13 years ago)
- Last Synced: 2024-12-25T07:22:27.701Z (over 1 year ago)
- Language: PHP
- Size: 5.54 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
* Name:ForEcho
* Url:[http://www.xxxx.com/feadmin/](http://www.xxxx.com/feadmin/)
* Demo:[http://www.forecho.com/Fecms/feadmin/](http://www.forecho.com/Fecms/feadmin/)
#### 默认的功能目前有:
.无极限分类;
.一个管理员能修改密码;
.能发表文章,集成kindeditor编辑器和My97时间js插件;
.网站配置模块;
#### 新增上传Excel表单模块,Excel内数据储存到数据库;
#### Excel模块包含以下几个文件,如不需要可以直接删除:
.resources/phpexcelreader文件夹;
.application/helpers/my_excel_helper.php文件;
.application/controllers/excel.php文件;
.application/views/admin/文件名带有excel的文件以及修改layout.php文件导航处的代码;