Jared, I use these: in_ : fetch input from USER (ie, a form) out_ : output to user (a report, etc) qry_ : get data from the SYSTEM (a query from database or equivalent) act_ : write data to the system This has a nice symmetrical elegance that was missing from the act/qry/dsp breakdown. I haven't really had the need to break my four down further. Just a thought, Lee Borkman ([EMAIL PROTECTED]) http://bjork.net, ColdFusion Tags by Bjork --------------------------- Jared Armstrong <[EMAIL PROTECTED]> wrote: Well, here is a question id like to ask there is currently no guide lines for naming the files beyond the qry* dsp* act* specifications. However working on a massive Intranet like I am this tends to not be enough. I was hoping to get some input on how other people do it. Though here is an example of how I manage this. Example: dsp_form_comments.cfm - This would represent a add and edit form for comments. \_ qry_get_queryname.cfm - The "qry" value then get/put/upd depending on functionality nd finally the queryname when needed i put _all_ in if it has a "Select *" statement act_upd_comments.cfm - Action to update the database and close the windows \_ qry_upd_queryname.cfm " |_ dsp_closewindow.cfm " act_put_comments.cfm - adds new data and closes window \_ qry_put_queryname.cfm " |_ dsp_closewindow.cfm " So, I'm hoping to get feedback if by doing the file naming in that way if it sticks with the guidlines in documents but I'm not sure because they do not go into much detail. Any feedback on how anyone else might be doing this is appreciated. Jared Armstrong [EMAIL PROTECTED] Internet Dept. Intern -----Original Message----- From: Access Communication Concepts [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 10:25 PM To: [EMAIL PROTECTED] Subject: Re: [fuseml] Why so quiet Thanx Gabe. ----- Original Message ----- From: "Gabriel Roffman" <[EMAIL PROTECTED]> > > Hello, my name is Ron, I'm from Sydney and I joined the list three > No, it's not always this quiet, but it is right now. Everyone goes off on > Gabe To unsubscribe from this group, send an email to: [EMAIL PROTECTED] -------------------------- eGroups Sponsor -------------------------~-~> GET A NEXTCARD VISA, in 30 seconds! Get rates of 2.9% Intro or 9.9% Ongoing APR* and no annual fee! Apply NOW! http://click.egroups.com/1/7872/1/_/_/_/967206853/ ---------------------------------------------------------------------_-> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/fusebox or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
