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();
}
答案 0 :(得分:0)
我确实重启了mysql
rcmysql stop
rcmysql start
然后一切都恢复正常。