RE: messages in an application

2008-02-20 Thread Bobby Hartsfield
: Wednesday, February 20, 2008 12:53 PM To: CF-Talk Subject: Re: messages in an application > Ive written quite a few of these and have ended up with the following base > data structure... > > recipientID (tied to userID in a user table) Just to add a bit to this, you might want to make the

Re: messages in an application

2008-02-20 Thread Josh Nathanson
> Ive written quite a few of these and have ended up with the following base > data structure... > > recipientID (tied to userID in a user table) Just to add a bit to this, you might want to make the messages to recipients a one-to-many relationship, i.e. one message may have multiple recipients,

Re: messages in an application

2008-02-20 Thread Nathan Strutz
You could make a few email accounts and then write up a quick front-end via cfpop and cfmail. It has the potential to be really, really easy. -- nathan strutz http://www.dopefly.com/ On Wed, Feb 20, 2008 at 5:49 AM, Toby King <[EMAIL PROTECTED]> wrote: > I have an application (almost fully dev

RE: messages in an application

2008-02-20 Thread Bobby Hartsfield
heck for new messages every XX seconds/minutes or whatever and display a message ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Toby King [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 7:50 AM To: CF-Talk Subject: messages in an appl

messages in an application

2008-02-20 Thread Toby King
I have an application (almost fully developed) well the key functionality is in place and working. I have been asked to build in some type of messaging functionality. Basically there are approx 8 key users who use the system regularly. They would like to have the functionality in the system w