'yii\db\Connection', 'dsn' => 'mysql:host=' . $host . ';port=' . $port . ';dbname=' . $database, 'username' => $username, 'password' => $password, 'charset' => 'utf8', 'tablePrefix' => 'ims_hjmall_', ]; } return db_we7();