-1

Cakephp 2.4.1

表: 記事 フィールド: id;タイトル;コンテンツ;スラッグ

Hi everyone! In my database I have some contents that I want to retrieve that contains some html tags

. But nothing appears when I want to load a page but when I remove those tags the content loads.

in my controller

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

1 に答える 1