>
>
>
> Also, on the transformers: Are those run both ways (IE, when loading and
> processing the form) or only one way (when processing the form) ? I've
> considered using inflators and deflators, even though technically I'm not
> deflating/inflating objects in this case. The only problem with t
add_valid() should work, but takes 2 args - ( $name, $value )
>
> [snip]
>
> ___
> HTML-FormFu mailing list
> HTML-FormFu@lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
>
Hrm. Then that means my order of things is off.
2009/4/1 Leanan Sidhe :
> I have heard that TIMTOWTDI, but the only suggestions I've seen were in
> regards to password fields and using DBIx::Class::DigestColumns. I need to
> do some mathematical conversions on columns before the data is put into the
> database. I'm trying to do it this way:
>
From: Leanan Sidhe
I have heard that TIMTOWTDI, but the only suggestions I've seen were in
regards to password fields and using DBIx::Class::DigestColumns. I need to do
some mathematical conversions on columns before the data is put into the
database. I'm trying to do it this way:
my