Are You sure ? After wrote:
echo $sf_data->getRaw('test');
I have an error:
Notice: Undefined index: test in C:\Program Files\WebServ\httpd
\symfony-1.2.9\lib\view\escaper
\sfOutputEscaperArrayDecorator.class.php on line 162On 18 Paź, 11:12, Gábor Fási <[email protected]> wrote: > http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer#chap... > > echo $sf_data->getRaw('test'); > > Make sure you cleanse the content to avoid html injection and xss. > > On Sun, Oct 18, 2009 at 09:42, mini_alexander <[email protected]> wrote: > > > I use rich text editor - tinyMCE to format text but after used it, it > > shows html in next page in view as a text - how can I show html as a > > html ? Now I have in view: > > > echo $object['description']; > > > Should I use function html_entity_decode() ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
