where do I use the beforeSave method call? I think I found a different way around this problem (kind of a cool way, actually) but am curious as to what this code would look like... I didn't know (beforeSave()) existed... is there updated docs somewhere I should be reviewing? (Damn this Daylight Savings crap. I'm so freakin tired right now...)
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Qasim Rasheed Sent: Sunday, March 11, 2007 12:43 PM To: [email protected] Subject: Re: [Reactor for CF] Modifying save() For situation like these, I have used beforeSave method in AbstractRecord under reactor/base. HTH Qasim On 3/11/07, Dinner < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: This is just off the top of my head, and I'm not sure if it'll do what you're looking for, but perhaps you can use the Transfer Object? http://livedocs.reactorframework.com/Save_Changes_to_a_Record.htm (or smaller: http://tinyurl.com/3785cl ) On 3/8/07, Marc wrote: > I have a Newsletter object based on a db table with the following fields: ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ <http://www.mail-archive.com/reactor%40doughughes.net/> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Qasim Rasheed Certified Advance ColdFusion MX Developer (IM qasimrasheed AT yahoo, msn or GTalk) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
