当前位置:Gxlcms > php框架 > yii隐藏错误提示

yii隐藏错误提示

时间:2021-07-01 10:21:17 帮助过:9人阅读

在入口文件index.php中,进行如下处理即可:

(推荐教程:yii框架)

加上: error_reporting (0);

注释: defined('YII_DEBUG') or define('YII_DEBUG',true);

更多编程相关内容,请关注Gxlcms编程入门栏目!

以上就是yii隐藏错误提示的详细内容,更多请关注Gxlcms其它相关文章!

人气教程排行