> <CF_something> is the same as saying <cfmodule 
> template="something.cfm"> The
> advantage to cfmodule is a performance gain because instead 
> of the template
> parameter you can use path like so: <cfmodule
> template="custom/something.cfm"> which means cf doesn't have 
> to look for the
> location. If your talking good habits to start off with, I 
> would always use
> cfmodule. It's just as simple as using the cf_ syntax and 
> gives you more
> control and better performance.

I agree, but there's one disadvantage: custom tag editors. If you write your
own tag editors, you are forced to use the CF_Something syntax.

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