Thanks.  I will probably just make a blog post and post my code, and if
folks want to use it they can.  Looking through the
Zend_Filter_Encrypt/Decrypt - it could do the same thing (though, it still
feels odd to use it for character encoding type things).

On Tue, Apr 6, 2010 at 1:31 PM, A.J. Brown <[email protected]> wrote:

> 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 <[email protected]> wrote:
> >
> > 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 Filter objects), and probably most of the base Encoders would
> > just be that.
> >
> > Like I said, just an idea.
> > --
> > View this message in context:
> http://n4.nabble.com/idea-Zend-Encoder-tp1751553p1753267.html
> > Sent from the Zend Framework mailing list archive at Nabble.com.
> >
>
>
>
> --
> A.J. Brown
> Software Engineer, ZCE
> blog : http://ajbrown.org
> talk  : (937) 540-0099
> chat : IntypicaAJ
>

Reply via email to