I don't suppose there's a way to kind of doing a reverse direction of filer on data for visual output?
Specifically; Using Zend_Form(), I have Zend_Filter_Digits on a phone number field. This works well to strip out all non-digits from a person's number. But now when the person views the form value, or gets an error and sees their entered data, the number has been stripped. I'd like to be able to either display what they put in there, or rather filter it to a valid visual representation of a phone number. It's really Zend_Filter the other direction, like Zend_UnFilter. lol --- Philip [email protected] http://www.gpcentre.net/
