Shawn M Moore > Jifty-DBI > Jifty::DBI::Filter::base64

Download:
Jifty-DBI-0.58.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

Jifty::DBI::Filter::base64 - Encodes data as base64

DESCRIPTION ^

This filter allow you to store arbitrary data in a column of type 'text'.

encode

If value is defined, then encodes it using "encode_base64" in MIME::Base64. Does nothing if value is not defined.

decode

If value is defined, then decodes it using "decode_base64" in MIME::Base64, otherwise do nothing.

SEE ALSO ^

Jifty::DBI::Filter, MIME::Base64