Re: [symfony-users] Re: sfOutputEscaper behaviour

2010-04-09 Thread husen mankada
try this sfOutputEscaper::unescape(valute_to_unescape) regards, On Thu, Apr 8, 2010 at 3:35 PM, Apul Gupta apulmca...@gmail.com wrote: It doesn't work. Fatal error: Call to a member function getRawValue() on a non-object Any other? On Apr 7, 5:59 pm, Massimiliano Arione

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-09 Thread symfonyfan
try this. sfOutputEscaper::unescape(value_to_unescape) regards, On Apr 8, 3:05 pm, Apul Gupta apulmca...@gmail.com wrote: It doesn't work.  Fatal error: Call to a member function getRawValue() on a non-object Any other? On Apr 7, 5:59 pm, Massimiliano Arione garak...@gmail.com wrote:

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-08 Thread Apul Gupta
It doesn't work. Fatal error: Call to a member function getRawValue() on a non-object Any other? On Apr 7, 5:59 pm, Massimiliano Arione garak...@gmail.com wrote: try $variable-getRawValue() cheers Massimiliano On 7 Apr, 06:07, Apul Gupta apulmca...@gmail.com wrote: No rekarnar,

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-07 Thread Massimiliano Arione
try $variable-getRawValue() cheers Massimiliano On 7 Apr, 06:07, Apul Gupta apulmca...@gmail.com wrote: No rekarnar, still it doesn't Work. Any other suggestion? I am getting this in browsers: == stronga title=title

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-06 Thread Tom Ptacnik
If you have an object with your data, you can use ?php echo $page- getContent(ESC_RAW); ? On 6 dub, 07:19, Denis Golovin golovin.de...@gmail.com wrote: 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,

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-06 Thread Apul Gupta
I haven't use that but I know that it will work. But, Can't we get un- escaped data without doing any YML changes as It is mentioned in Documentation that, We will get raw data by using $sf_data- getRaw('sf_content'); Why this is not working expectedly? I am using Symfony 1.4.2 version. Any

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-06 Thread rekarnar
Try $sf_data-get('variable_name',ESC_RAW); On Apr 6, 7:18 pm, Apul Gupta apulmca...@gmail.com wrote: I haven't use that but I know that it will work. But, Can't we get un- escaped data without doing any YML changes as It is mentioned in Documentation that, We will get raw data by using

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-06 Thread Apul Gupta
No rekarnar, still it doesn't Work. Any other suggestion? I am getting this in browsers: == stronga title=title href=http://www.abcd.com;Welcome Text/a / strong == and in HTML: