On 1/16/06, Ian Skinner <[EMAIL PROTECTED]> wrote:
> So, why is it bad form?  Assuming you are not mixing your layers, why is it 
> "bad" to create a "view" CFC that does nothing but display?  What is it about 
> using a CFC for the display that would break a MVC model?

If you use a plain ol' CFML page it's going to have very little (CF)
markup in it and it will display nicely in various HTML editors and be
easy for a variety of folks to edit - for example, your design and
production folks could tweak the layout pretty safely without breaking
things.

The same is not true of output in methods in a CFC.

If you want to rehash this discussion further, go back over the
archives - this is a regular feature in long, involved discussions
over the years.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229737
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to