Hi, you can pass ESC_RAW as the last argument of your getter, eg:

echo $object->getContent(ESC_RAW);

On Fri, Dec 12, 2008 at 4:22 PM, Matias <mtoro...@gmail.com> wrote:
>
> I just found one solution, set escaping_strategy to 'off' in the
> settings.yml.
>
>  escaping_strategy:      'off'
>
> On 12 dic, 12:03, Matias <mtoro...@gmail.com> wrote:
>> Hi,
>> I just update an 1.1 project into a 1.2
>> Everything work just fine except for the fact that in my database I
>> store raw html code obtained from a fckeditor textarea, and now when I
>> do an "echo" of the variable with the html content it print it as if
>> you would applied htmlspecialchars() to the text.
>> Is there any way to fix this problem, and print the value of the field
>> just as it's stored in the database?
>>
>> Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to