[fw-general] Re: idea - Zend_Encoder

2010-04-06 Thread OnyxRaven
Yeah, I know Filters do already accomplish most of this - the idea here was to 'formalize' the symmetric operation of two filters like urlencode/urldecode, etc. An Encode could easily be composed of Filter objects (in fact I have a Zend_Encoder_Filter class that takes in the encode and decode

Re: [fw-general] Re: idea - Zend_Encoder

2010-04-06 Thread A.J. Brown
I really like your implementation, but I'm not sure it belongs in the framework itself. As Matthew pointed out, it doesn't accomplish anything that can't already be done. It's definitely very convenient, though. On Tue, Apr 6, 2010 at 2:25 PM, OnyxRaven onyxra...@gmail.com wrote: Yeah, I