嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
ClassCMS内容管理系统
ClassCMS内容管理系统是一款简单、灵活、安全、易于拓展的内容管理系统。ClassCMS特点:安全稳定,代码精简,安装包不到1M,没有多余的功能。兼容PHP5.2--PHP8.1。在APACHE、NGINX、IIS上都能使用。支持MySQL、SQLite数据库。
.
├── cache
├── class
│ ├── admin
│ │ ├── admin.config
│ │ ├── admin.php
│ │ ├── article.php
│ │ ├── channel.php
│ │ ├── class.php
│ │ ├── column.php
│ │ ├── info.php
│ │ ├── input.php
│ │ ├── module.php
│ │ ├── my.php
│ │ ├── route.php
│ │ ├── template
│ │ │ ├── article_edit.php
│ │ │ ├── article_index.php
│ │ │ ├── article_var.php
│ │ │ ├── channel_edit.php
│ │ │ ├── channel_index.php
│ │ │ ├── class_config.php
│ │ │ ├── class_index.php
│ │ │ ├── class_permission.php
│ │ │ ├── class_setting.php
│ │ │ ├── column_edit.php
│ │ │ ├── column_index.php
│ │ │ ├── error.php
│ │ │ ├── index.php
│ │ │ ├── info_edit.php
│ │ │ ├── info_index.php
│ │ │ ├── input
│ │ │ │ ├── article.php
│ │ │ │ ├── articleunlimit.php
│ │ │ │ ├── classchannel.php
│ │ │ │ ├── classmodule.php
│ │ │ │ ├── colorpicker.php
│ │ │ │ ├── database.php
│ │ │ │ ├── databaseselects.php
│ │ │ │ ├── databaseunlimit.php
│ │ │ │ ├── datetime.php
│ │ │ │ ├── fileupload.php
│ │ │ │ ├── icon.php
│ │ │ │ ├── imgupload.php
│ │ │ │ ├── password.php
│ │ │ │ ├── rate.php
│ │ │ │ ├── slider.php
│ │ │ │ ├── switch.php
│ │ │ │ ├── tags.php
│ │ │ │ └── transfer.php
│ │ │ ├── install.php
│ │ │ ├── login.php
│ │ │ ├── module_add.php
│ │ │ ├── module_config.php
│ │ │ ├── module_index.php
│ │ │ ├── module_permission.php
│ │ │ ├── my_edit.php
│ │ │ ├── my_info.php
│ │ │ ├── route_edit.php
│ │ │ ├── route_index.php
│ │ │ ├── static
│ │ │ │ ├── admin.css
│ │ │ │ ├── config.js
│ │ │ │ ├── favicon.ico
│ │ │ │ └── lib
│ │ │ │ ├── admin.js
│ │ │ │ ├── extend
│ │ │ │ │ └── sortable.js
│ │ │ │ ├── index.js
│ │ │ │ └── view.js
│ │ │ ├── user_edit.php
│ │ │ ├── user_index.php
│ │ │ ├── user_info.php
│ │ │ ├── user_role_edit.php
│ │ │ ├── user_role_index.php
│ │ │ ├── user_role_permission.php
│ │ │ ├── var_edit.php
│ │ │ └── var_index.php
│ │ ├── user.php
│ │ └── var.php
│ ├── cms
│ │ ├── article.php
│ │ ├── channel.php
│ │ ├── class.php
│ │ ├── cms.config
│ │ ├── cms.php
│ │ ├── common.php
│ │ ├── config.php
│ │ ├── form.php
│ │ ├── hook.php
│ │ ├── input.php
│ │ ├── install.php
│ │ ├── module.php
│ │ ├── route.php
│ │ └── user.php
│ ├── kindeditor
│ │ ├── kindeditor.config
│ │ ├── kindeditor.js
│ │ ├── kindeditor.php
│ │ ├── kindeditor.template.php
│ │ ├── plugins
│ │ │ ├── anchor
│ │ │ │ └── anchor.js
│ │ │ ├── autoheight
│ │ │ │ └── autoheight.js
│ │ │ ├── clearhtml
│ │ │ │ └── clearhtml.js
│ │ │ ├── code
│ │ │ │ ├── code.js
│ │ │ │ ├── prettify.css
│ │ │ │ └── prettify.js
│ │ │ ├── fixtoolbar
│ │ │ │ └── fixtoolbar.js
│ │ │ ├── flash
│ │ │ │ └── flash.js
│ │ │ ├── image
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── align_left.gif
│ │ │ │ ├── align_right.gif
│ │ │ │ ├── align_top.gif
│ │ │ │ └── refresh.png
│ │ │ ├── insertfile
│ │ │ │ └── insertfile.js
│ │ │ ├── lineheight
│ │ │ │ └── lineheight.js
│ │ │ ├── link
│ │ │ │ └── link.js
│ │ │ ├── media
│ │ │ │ └── media.js
│ │ │ ├── multiimage
│ │ │ │ ├── images
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── select-files-en.png
│ │ │ │ │ ├── select-files-zh-CN.png
│ │ │ │ │ └── swfupload.swf
│ │ │ │ └── multiimage.js
│ │ │ ├── pagebreak
│ │ │ │ └── pagebreak.js
│ │ │ ├── plainpaste
│ │ │ │ └── plainpaste.js
│ │ │ ├── preview
│ │ │ │ └── preview.js
│ │ │ ├── quickformat
│ │ │ │ └── quickformat.js
│ │ │ ├── table
│ │ │ │ └── table.js
│ │ │ └── wordpaste
│ │ │ └── wordpaste.js
│ │ └── themes
│ │ ├── common
│ │ │ ├── anchor.gif
│ │ │ ├── blank.gif
│ │ │ ├── flash.gif
│ │ │ ├── loading.gif
│ │ │ ├── media.gif
│ │ │ └── rm.gif
│ │ └── default
│ │ ├── background.png
│ │ ├── default.css
│ │ └── default.png
│ ├── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ ├── font
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.ttf
│ │ │ ├── iconfont.woff
│ │ │ └── iconfont.woff2
│ │ ├── lay
│ │ │ └── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── colorpicker.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile.js
│ │ │ ├── rate.js
│ │ │ ├── slider.js
│ │ │ ├── table.js
│ │ │ ├── transfer.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ ├── layui.all.js
│ │ ├── layui.config
│ │ ├── layui.js
│ │ └── layui.php
│ ├── shop
│ │ ├── shop.config
│ │ ├── shop.php
│ │ └── template
│ │ ├── config.php
│ │ └── index.php
│ └── template
│ ├── article.php
│ ├── article_content.php
│ ├── css
│ │ └── style.css
│ ├── footer.php
│ ├── header.php
│ ├── index.php
│ ├── left_channel.php
│ ├── page.php
│ ├── template.config
│ └── template.php
├── favicon.ico
├── index.php
├── upload
├── 说明.htm
└── 好例子网_ClassCMS-v2.7.zip
49 directories, 182 files