检索包含html html标记的sql请求

时间:2013-10-26 18:20:35

标签: html mysql cakephp-2.0

Cakephp 2.4.1

表:文章 field:id; title; content; slug

大家好! 在我的数据库中,我有一些我想要检索的内容包含一些html标签

。 但是当我想加载页面时没有出现,但是当我删除这些标签时,内容会加载。

在我的控制器中

public function index(){
$articles = $this->Article->find('all');
$this->set('articles', $articles);
// debug($posts);
// die();
}

1 个答案:

答案 0 :(得分:0)

我确实重启了mysql

rcmysql stop
rcmysql start

然后一切都恢复正常。