Ann Harrell
|
| Posted: 08/23/2001, 11:49 AM |
|
As a Coldfusion user I am still waiting on templates. Could some of youse
guys tell me what the advantages/disadvantages are with templates?
Ann Harrell
|
|
|
 |
Jason Charette
|
| Posted: 08/23/2001, 12:09 PM |
|
Advantage: They abstract functionality from presentation.
Disadvantage: They abstract functionality from presentation.
:)
Basically with templates you have a separate file you can modify that will
not affect your code - this is your .html file. It's what makes your
presentation pretty. If you want to change the layout, you can simply modify
the template, without ever having to touch your code. If you need to make a
change in your code, you can without ever having to muck around with the
"presentation" layer.
When you don't use templates, both presentation and functionality are
embedded within the same file, and if you're not careful, one layer can
affect another.
I believe, ultimately, it's a matter of preference...
J.
"Ann Harrell" <ann@hoosierlink.net> wrote in message
news:9m3j7o$djp$1@news.codecharge.com...
> As a Coldfusion user I am still waiting on templates. Could some of youse
> guys tell me what the advantages/disadvantages are with templates?
>
> Ann Harrell
>
>
|
|
|
 |
Ann Harrell
|
| Posted: 08/23/2001, 12:16 PM |
|
"Ann Harrell" <ann@hoosierlink.net> wrote in message
news:9m3j7o$djp$1@news.codecharge.com...
> As a Coldfusion user I am still waiting on templates. Could some of youse
> guys tell me what the advantages/disadvantages are with templates?
>
> Ann Harrell
>
>
|
|
|
 |
|