In a template, how do you unescape data that is in an array (In a foreach loop) like
<?php foreach ($blah as $array): ?> <?php echo $array['key'] ?> <?php endforeach; ?> I want to UN-escape $array['key']. (I have escaping set to both in my yml config) I know of $sf_data->getRaw but I'm not sure if you can use it in this situation. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
