I use rich text editor - tinyMCE to format text but after used it, it shows html in next page in view as a text - how can I show html as a html ? Now I have in view:
echo $object['description']; Should I use function html_entity_decode() ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
