yii隐藏错误提示
时间:2020-02-18 16:45
在入口文件index.php中,进行如下处理即可: (推荐教程:yii框架) 加上: error_reporting (0); 注释: defined('YII_DEBUG') or define('YII_DEBUG',true); 更多编程相关内容,请关注gxlsystem.com编程入门栏目! 以上就是yii隐藏错误提示的详细内容,更多请关注gxlsystem.com其它相关文章!