in reply to Re: Class::DBI - performing action on column before it is used or saved
in thread Class::DBI - performing action on column before it is used or saved
Instead of using the before_set_$column trigger, I found before_update to be what I needed. However, this still doesn't solve the problem 100%, as the search methods don't work with the triggers. :(
I suppose I could create a method like decrypted_password in my class to deal with this. I was just hoping I could make it more transparent.
Thanks for the reply. :) I will do some more thinking on the subject.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Class::DBI - performing action on column before it is used or saved
by hardburn (Abbot) on Dec 19, 2003 at 21:06 UTC | |
by duct_tape (Hermit) on Dec 19, 2003 at 21:17 UTC | |
by hardburn (Abbot) on Dec 19, 2003 at 21:39 UTC |