gpt4 book ai didi

php - 在 cakephp 中显示带有法语口音的数据

转载 作者:行者123 更新时间:2023-11-29 01:58:14 24 4
gpt4 key购买 nike

我的数据库中有带有重音符号的数据。像下面的图片 enter image description here

当我想用我的 Controller 显示数据时,它给了我这个这是代码

header('Content-Type: text/html; charset=utf-8');
$icozim=$this->Icozim->find('all');
debug($icozim,0,0);

当我运行我的函数时,我有这个 enter image description here

我该如何解决这个问题?

我的表的sql是

    CREATE TABLE `icozims` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`synonymes` MEDIUMTEXT NOT NULL,
PRIMARY KEY (`id`)
)
COLLATE='utf8_general_ci'
ENGINE=InnoDB;

最佳答案

在您的 APP/Config/database.php 中查找以下行:

// 'encoding' => 'utf8',

并取消注释。

关于php - 在 cakephp 中显示带有法语口音的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22284464/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com