Hello everyone,
I have escaping_strategy set to both.
In one of my templates I use the object helpers to display the form
such as
<?php echo object_textarea_tag($content, 'getBody', 'rich=fck
size=78x25') ?>
I was wondering how I could get the raw data from getBody instead of
the escaped data. I know you can do this with a variable using
$sf_data->getRaw('var') but I don't know how to do it for an object.
Any help appreciated!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---