It's not important for me, escaped or unescaped values I will use. I think I can don't use escaper, becouse it's not need for me. I wanna disable escaper.
thomasW wrote: > > I don't understand... > You don't want to have escaped values, but you also don't want to have > unescaped values ? > > Do you want to have any value ??? > What do you precisly want ? > > Maybe it would be more clear when you give an example. > > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.thomasweidner.com > > ----- Original Message ----- > From: "Serkys" <[email protected]> > To: <[email protected]> > Sent: Friday, September 04, 2009 11:40 AM > Subject: Re: [fw-general] Zend_Filter_Input and EscapeFilter > > >> >> I know this method, but I can't use it. I don't want use escaper. Can I >> it? >> >> >> thomasW wrote: >>> >>> Try getUnescapedValue() to get the unescaped value. >>> >>> Greetings >>> Thomas Weidner, I18N Team Leader, Zend Framework >>> http://www.thomasweidner.com >>> >>> ----- Original Message ----- >>> From: "Serkys" <[email protected]> >>> To: <[email protected]> >>> Sent: Friday, September 04, 2009 11:27 AM >>> Subject: [fw-general] Zend_Filter_Input and EscapeFilter >>> >>> >>>> >>>> Hello. >>>> >>>> I use Zend_Filter_Input and don't want to use escapeFilter. But >>>> Zend_Filter_Input requires it. How can I make it optional? >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Zend_Filter_Input-and-EscapeFilter-tp25291137p25291137.html >>>> Sent from the Zend Framework mailing list archive at Nabble.com. >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Zend_Filter_Input-and-EscapeFilter-tp25291137p25291333.html >> Sent from the Zend Framework mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Zend_Filter_Input-and-EscapeFilter-tp25291137p25291644.html Sent from the Zend Framework mailing list archive at Nabble.com.
