Mam bardzo dziwny problem a mianowicie po dodaniu jakiegoś postu
Doctrine_Query::create() ->update("News news") ->set('news.title', '?', $data['title']) ->set('news.content', '?', $data['content']) ->set('news.content_short', '?', $data['content_short']) ->set('news.public', '?', $data['public']) ->where('id=?', $newsId) ->execute(); return $newsId;
i po jego późniejszym otworzeniu
$news = Doctrine_Query::create() ->from('News news') ->orderBy('create_date DESC') ->execute();
mam na stronie slashe czyli coś takiego \"
Proszę o pomoc w rozwiązaniu tego problemu
z góry dziękuje i pozdrawiam