aqadmin通用后台1.2
时间:2012-07-20
来源:互联网
本帖最后由 aqsmoke 于 2012-7-20 16:10 编辑
php爱好者,通用技术交流 QQ群 : 178940984
php爱好者,通用技术交流 QQ群 : 178940984
此次升级 :
其实在上一个版本就支持位每个用户设置权限。 功能管理的图片,可以见上方。
2、支持位每个功能设置所在的数据库。当时就想,如果有两个小功能要用通用后台去做,但是两个小功能都在不同的库里 这样就要上传两份通用后台代码 。 特别麻烦。 所以我就做了一个功能可以为每个小功能设置所在数据库。
// 配置每个功能所对应的数据库。
$hostArr = array(
‘cate’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘topic’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘single’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘email’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘indexList’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘member’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘MissChina’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘thinkNode’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘demo’,
‘charset’ => ‘utf-8′
)
);
$hostArr = array(
‘cate’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘topic’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘single’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘email’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘indexList’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘member’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘MissChina’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘aqadmintest’,
‘charset’ => ‘utf-8′
),
‘thinkNode’ => array(
‘host’ => ‘localhost’,
‘user’ => ‘root’,
‘pw’ => ”,
‘db’ => ‘demo’,
‘charset’ => ‘utf-8′
)
);
下载地址 : aqadmin.rar
作者: aqsmoke 发布时间: 2012-07-20
这个一点要支持!
作者: zoneboys 发布时间: 2013-04-29
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28