>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?


I prefer to use the CFMODULE syntax for application/site specific custom
tags for two reasons:
1) The CustomTags directory is not cluttered up with tags that relate to
only one site
2) Its easier to move the site from server to server without having to worry
about copying portions of the CustomTags directory.  Obviously, when writing
portable "modules" this is a big plus.

I place very generic tags that might be used across numerous sites in the
CustomTags directory and call them with the CF_ syntax.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

------------------------------------------------------------------------------
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