!
也想出现在这里? 联系我们
广告位
当前位置:首页>教程分享>服务器教程>ThinkPHP框架中自定义错误页面和提示页面

ThinkPHP框架中自定义错误页面和提示页面

在ThinkPHP中有两个方法时提示错误页面 _404(\'错误信息\',\'跳转的地址\');halt(\'示信息\');
这两个函数都可以自定义错误页面在配置文件中加 \'TMPL_EXCEPTION_FILE\'=>\'./Public/Tpl/error.html\'
这样每次就会跳转到这个页面。

下面是我定制的错误页面

x

在( 3 )秒后自动跳转,或直接点击 这里 跳转 停止

$this->success(\'错误信息\',\'跳转的地址(最好用U())\',时间);

$this->error();

下面是我改变ThinkPHP中的提示页面

  1. <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">  

  2. <html xmlns=\"http://www.w3.org/1999/xhtml\">  

  3.  

  4. <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />  

  5. 提示消息 - ThinkPHP  
  6.  

  7. <style type=\"text/css\">  

  8. body { font: 75% Arail; text-align: center; }  

  9. #notice { width: 300px; background: #FFF; border: 1px solid #BBB; background: #EEE; padding: 3px;  

  10. position: absolute; left: 50%; top: 50%; margin-left: -155px; margin-top: -100px; }  

  11. #notice div { background: #FFF; padding: 30px 0 20px; font-size: 1.2em; font-weight:bold }  

  12. #notice p { background: #FFF; margin: 0; padding: 0 0 20px; }  

  13. a { color: #f00} a:hover { text-decoration: none; }  

  14.  

  15.  

  16.  

  17. <div id=\"notice\">  

  18.  

  19. <present name=\"message\">  

  20. <p style=\"font: italic bold 2cm cursive,serif; color:green\">  

  21. ok   

  22.  

  23. <div class=\"success\" style=\"width:100%;text-align:left;padding-left:10px;padding-right:10px\">  

  24. <?php echo($message); ?>  

给TA打赏
共{{data.count}}人
人已打赏
服务器教程

phpMyAdmin出现”#2002 无法登录 MySQL 服务器”

2021-4-17 21:16:21

服务器教程

域名被墙后的几种表现

2021-4-17 21:16:23

声明 本站上的部份代码及教程来源于互联网,仅供网友学习交流,若您喜欢本文可附上原文链接随意转载。无意侵害您的权益,请发送邮件至 [email protected] 或点击右侧 私信:吉吉国王 反馈,我们将尽快处理。
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
OneEase