Skip to content
/ BBMST Public

后台管理系统框架,构成:php, html, jquery, bootstrap, summernote

License

Notifications You must be signed in to change notification settings

HDJN/BBMST

Repository files navigation

BBMST

====== 初级后台管理系统模板(Basic Background Management System Template)

程序构成:

#####php程序 laravel(https://github.com/laravel/laravel) #####html模板 jquery(https://github.com/jquery/jquery)
bootstrap(https://github.com/twbs/bootstrap)
summernote(https://github.com/summernote/summernote)

主要功能:

#####模板页面

前端使用bootstrap,自适应布局,全面支持各类型设备。
已预设功能如下:
列表页,添加/编辑页样式
分页样式
提示信息UI交互
上传图片UI交互
搜索UI交互
过滤UI交互
删除,编辑等按钮UI交互

#####程序功能

后端数据处理全程试用PDOStatemen,防止注入。
已预设功能如下:
数据列表
添加数据
更新数据
删除数据
注册登录
权限验证
图片上传

附注:

虽然名义上用了Laravel,但实际上为了便于移植,并未使用太多框架内的功能。这样可以很简单的将整个程序移植到CI或TP等其他框架下。
pdo的数据库操作类仅封装了基本办法。复杂的情况请自行更改。貌似有点麻烦。
还有最重要的一点。。。。出了问题我都不负责。。。。。

测试账号:

登录ID:admin
密码:abc123

About

后台管理系统框架,构成:php, html, jquery, bootstrap, summernote

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published