yii2页面乱码解决方法
来源:动视网
责编:小采
时间:2020-11-03 18:23:34
yii2页面乱码解决方法
yii2页面乱码解决方法:yii2页面乱码解决方法:在数据库配置中配置编码格式就可以了:<php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; cha
导读yii2页面乱码解决方法:yii2页面乱码解决方法:在数据库配置中配置编码格式就可以了:<php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; cha

yii2页面乱码解决方法:
在数据库配置中配置编码格式就可以了:
<?php
return [
'class' => 'yiidbConnection',
'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; charset=utf8',
'username' => 'website',
'password' => 'mengde1B',
];
推荐:yii使用教程
yii2页面乱码解决方法
yii2页面乱码解决方法:yii2页面乱码解决方法:在数据库配置中配置编码格式就可以了:<php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; cha