How to automatically escape template variables in Zend_View
Saturday, 10. November 2007, 08:21:44
The Zend Framework view component Zend_View let’s you escape template variables with $this->escape($this->variableName), but it doesn’t escape them by default. Wouldn’t it be much nicer if it did that by default, or at least provided you with a variable to turn it on/off?
Let’s find out how to do that!
Read the rest of the post at codeutopia.net








How to use Quote function: