OK...the below is a definition(?) of when to call something as
cf_<something>

What is everyone else's take on when to use what...
(not just what is the differrence between the 3)
What's your rules of thumb?

When do you call a file by 
<cf_(tag)>
<cfmodule name/template=(tag)>
<cfinclude template=(tag)>

???

Thanks for any good insight into this!

-- Loretta Pioch

JME Maxwell wrote:
...
> Our rule of thumb for development if it takes inputs or if it returns
> information it is called as a custom tag.  This gives us 100% flexibility to
> deal with any changes to graphics or functions without needing to worry at
> all about affecting the program downstream.
> 
> We also only return 1 variable from a custom tag and the variable returned
> has the name of the file it called (minus the ".cfm").
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to