MetInfo帮助中心
网站首页
新手建站
米拓流程
使用手册
常见问题
模板制作教程
商业模板修改教程
应用开发教程
#后台通用函数 ## admin.func.php 注:此文件函数,不需要加载文件,在后台模块都可以使用。 | 函数 | 描述 | |---|---| | [turnover() 函数](http://localhost/doc.metinfo.cn/hanshu/319-cn.html) | 页面跳转。 | | [admin_information() 函数](http://localhost/doc.metinfo.cn/hanshu/154-cn.html) | 获取当前管理员信息。 | | [background_privilege() 函数](http://localhost/doc.metinfo.cn/hanshu/156-cn.html) | 获取当前管理员的权限。 | | [operation_column() 函数](http://localhost/doc.metinfo.cn/hanshu/157-cn.html) | 获取当前管理员有权限操作的栏目信息。 | | [column_sorting() 函数](http://localhost/doc.metinfo.cn/hanshu/158-cn.html) | 对当前管理员有权限操作的栏目信息进行整理。 | | [get_adminnav() 函数](http://localhost/doc.metinfo.cn/hanshu/321-cn.html) | 获取后台导航栏目数组。 | | [add_table() 函数](http://localhost/doc.metinfo.cn/hanshu/344-cn.html) | 向met_tablename中插入表名。 | | [del_table() 函数](http://localhost/doc.metinfo.cn/hanshu/345-cn.html) | 删除met_tablename中的表名。 | | [configsave() 函数](http://localhost/doc.metinfo.cn/hanshu/411-cn.html) | 保存config表配置。 | | [mysqlcheck() 函数](http://localhost/doc.metinfo.cn/hanshu/413-cn.html) | 对字符串进行处理,使其符合mysql语法。会对单引号和反斜杠进行sql语句处理。 | | [sitemap_robots() 函数](http://localhost/doc.metinfo.cn/hanshu/416-cn.html) | 把robots()文件添加到网站地图中 |