[symfony-users] sfOutputEscaper behaviour

2010-04-05 Thread Apul Gupta
Hi, Actually, I want to show some HTML text from the database to a template. I am using echo $sf_data-getRaw('sf_content'); to get un-escaped value from the database but still it shows escaped data to me. What should I do to get unescaped value? I don't want to SET escaping-strategy = off in

Re: [symfony-users] sfOutputEscaper behaviour

2010-04-05 Thread Denis Golovin
Did you try to set escaping-strategy = off in the settings.yml of single module? Denis 2010/4/5 Apul Gupta apulmca...@gmail.com: Hi, Actually, I want to show some HTML text from the database to a template. I am using echo $sf_data-getRaw('sf_content'); to get un-escaped value from the