前台提示1. 显示一个提示信息,调用以下函数: show_message($content, $links = '', $hrefs = '', $type = 'info', $auto_redirect = true) $content:提示内容 $links:跳转链接名称 $hrefs:跳转链接地址 $type:提示信息类型warning, error, info $auto_redirect:是否自动跳转,默认为是 2. 显示错误信息,调用: show($link = '', $href= '') $link:跳转链接名字 $href:跳转链接地址 3. 例子:
后台提示1. 系统提示信息 sys_msg($msg_detail, $msg_type = 0, $links = array(), $auto_redirect = true) $msg_detail:提示消息内容 $msg_type:跳转类型, 0消息,1错误,2询问 $links:可选的跳转链接,为数组 $auto_redirect: 是否自动跳转 2. 例子:
(责任编辑:最模板) |