Re: Called as module or include?

2003-06-20 Thread John Quarto-vonTivadar
eveloper with a lot more flexibility on a wider range of project types. - Original Message - From: "Patricia G. L. Hall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 11:05 AM Subject: Re: Called as module or include?

RE: Called as module or include?

2003-06-20 Thread Matt Robertson
B Designs, Inc. http://mysecretbase.com -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 6:43 AM To: CF-Talk Subject: Re: Called as module or include? > So varied scopes are bad because they promote lax coding

Re: Called as module or include?

2003-06-20 Thread Patricia G . L . Hall
alk" <[EMAIL PROTECTED]> > Sent: Thursday, June 19, 2003 9:39 PM > Subject: Re: Called as module or include? > > >> I hate trying to figure out whether an action is being caused >> because >> of a variable >> that could have been paramed, created b

Re: Called as module or include?

2003-06-20 Thread John Paul Ashenfelter
elter CTO/TransitionPoint - Original Message - From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 6:03 PM Subject: Re: Called as module or include? > So varied scopes are bad because they promote lax coding

RE: Called as module or include?

2003-06-20 Thread dwayne
>> > unless of course you practice the ridiculous art of converting >> > everything to the attributes scope - as per fusebox. > >What is so ridiculous about that? > > >> > unless of course you practice the ridiculous art of converting >> > everything to the attributes scope - as per

RE: Called as module or include?

2003-06-20 Thread John McCosker
93 -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 12:24 PM To: CF-Talk Subject: RE: Called as module or include? > > unless of course you practice the ridiculous art of converting > > everything to the attributes scope -

Re: Called as module or include?

2003-06-19 Thread John Quarto-vonTivadar
it also means you've created a tighter coupling between templates. - Original Message - From: "Patricia G. L. Hall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 9:39 PM Subject: Re: Called as module or inclu

Re: Called as module or include?

2003-06-19 Thread Patricia G . L . Hall
I hate trying to figure out whether an action is being caused because of a variable that could have been paramed, created by a query or sent in from a form or a url. Especially when I have to pick up an existing FB app, scoping everything in the attributes scope has usually made more work for m

RE: Called as module or include?

2003-06-19 Thread Dan O'Keefe
an Love" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Thursday, June 19, 2003 4:15 PM >Subject: RE: Called as module or include? > > >> For one, it adds definition to the code. It's easier to see what's >> going >o

Re: Called as module or include?

2003-06-19 Thread Matt Robertson
<[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Thursday, June 19, 2003 4:15 PM >Subject: RE: Called as module or include? > > >> For one, it adds definition to the code. It's easier to see what's going >on >> when the F

Re: Called as module or include?

2003-06-19 Thread John Paul Ashenfelter
From: "Bryan Love" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 4:15 PM Subject: RE: Called as module or include? > For one, it adds definition to the code. It's easier to see what's going on > when the

RE: Called as module or include?

2003-06-19 Thread Bryan Love
e- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 12:58 PM To: CF-Talk Subject: Re: Called as module or include? - Original Message - From: "Bryan Love" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursda

Re: Called as module or include?

2003-06-19 Thread John Paul Ashenfelter
- Original Message - From: "Bryan Love" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 3:45 PM Subject: RE: Called as module or include? > >Who is to say JSP does it right? Personally, I love having my URL/Form

RE: Called as module or include?

2003-06-19 Thread Bryan Love
- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 12:24 PM To: CF-Talk Subject: RE: Called as module or include? > > unless of course you practice the ridiculous art of converting > > everything to the attributes scope - as per fusebox. > > K

RE: Called as module or include?

2003-06-19 Thread Raymond Camden
> > unless of course you practice the ridiculous art of converting > > everything to the attributes scope - as per fusebox. > > Kinda like JSP does -- request.getAttributes(). What a crazy > idea.. Who is to say JSP does it right? Personally, I love having my URL/Form scopes split. =

Re: Called as module or include?

2003-06-19 Thread John Paul Ashenfelter
- Original Message - From: "Bryan Love" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 2:49 PM Subject: RE: Called as module or include? > unless of course you practice the ridiculous art of converting > e

RE: Called as module or include?

2003-06-19 Thread John Quarto-vonTivadar
-- now they are only used when the developer needs them, so any objections you'd had to the FORM/URL to ATTRIBUTES copying is moot. -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 2:49 PM To: CF-Talk Subject: RE: Called as module or include

RE: Called as module or include?

2003-06-19 Thread Bryan Love
uble, let it be in my day, that my child may have peace'..." - Thomas Paine, The American Crisis "Let's Roll" - Todd Beamer, Flight 93 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:39 AM To: CF-Talk

RE: Called as module or include?

2003-06-19 Thread Dave Watts
> Is there a possibility to get to know if a template > is called either via cfmodule or cfinclude? I can > see the difference between standalone and cfinclude > /cfmodule by executing a check with GetBaseTemplatePath > but no difference between the cfmodule and cfinclude > methods. I imagine

RE: Called as module or include?

2003-06-19 Thread Bryan Love
Flight 93 -Original Message- From: Peter Mayer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 10:29 AM To: CF-Talk Subject: Called as module or include? Hello! Is there a possibility to get to know if a template is called either via cfmodule or cfinclude? I can see the differenc

Called as module or include?

2003-06-19 Thread Peter Mayer
Hello! Is there a possibility to get to know if a template is called either via cfmodule or cfinclude? I can see the difference between standalone and cfinclude/cfmodule by executing a check with GetBaseTemplatePath but no difference between the cfmodule and cfinclude methods. Best regards, P