« Return to Thread: Zend_Form html entities problem

Re: Zend_Form html entities problem

by bentobenji :: Rate this Message:

Reply to Author | View in Thread

I'm having the same problems with simply displaying html with a simple echo function.  The view escape is converting all the html entities in my data to ascii.  I tried turning it off using this noEscape function but I must be missing something.  The escape callback is not working and needs to be a valid one as defined in Abstract.php in library/Zend/View.  Do I only have two default choices 'htmlspecialchars' and 'htmlspecialentities'??

 « Return to Thread: Zend_Form html entities problem