Home > PHP Framework > YII > body text

yii2 Chinese garbled code

王林
Release: 2020-02-17 11:52:03
Original
2376 people have browsed it

yii2 Chinese garbled code

Just configure the following in the database configuration:

Recommended learning: yii framework

<?php

return [
    &#39;class&#39; => &#39;yii\db\Connection&#39;,
    &#39;dsn&#39; => &#39;mysql:host=127.0.0.1; dbname=ohmycto; charset=utf8&#39;,
    &#39;username&#39; => &#39;website&#39;,
    &#39;password&#39; => &#39;mengde1B&#39;,
];
Copy after login

More programming related To learn the content, please visit the Programming Tutorial column of the PHP Chinese website!

The above is the detailed content of yii2 Chinese garbled code. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!