aidan,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Aidan Whitehall <[EMAIL PROTECTED]>
:
: I guess I'm trying to ask, if CFMODULE allows you to
: put tags somewhere other than
:    - in the same directory as the calling template, or
:    - in the CustomTags directory
: is there any "price" to pay in calling it via CFMODULE
: instead of as a custom tag?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

custom tags can have a start and end tag.  cfmodule cannot.  if you want to
"wrap" content then you'd have to use the custom tag approach.  also, i've
read from others on the list that custom tags run slightly faster then
cfmodule, but i don't recall where this information was documented (if at
all).

don't forget that there are ways around the problem of having the custom tag
in the same directory.  you could just as easily put the tag in it's own
directory and then cfinclude it into a file of the same name in the
directory where you're wanting to use it.  this allows you to use the tag
across multiple directories but not having to install it in the custom tags
directory.

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to