If you use an application framework, or steal ideas from them, you have even more options.
Model-glue is my favorite. Through your request, you add data to your viewstate object and views (pages) to your view collection object. The last thing you do in a request is run your final layout view, in which you output previously stored views. So let's say you have a blog. You would add your blog entries (probably a query) to your viewstate and include your blog view. This gives you the body content for your blog page. This view is stored in the viewcollection. Then you include your layout view, which builds the navigation, headers and footers, and drops the blog view in the middle. It just seems really clean to me. -- nathan strutz http://www.dopefly.com/ On 10/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've seen developers wrap headers in footer in many different ways. Some > basic ideas > just use includes, I've also seen custom tags that take attributes and > effect the way a page > is displayed. > > I'm looking for any ideas that would allow me to centrally manage header > and footer > content and still be able to use DreamWeaverMX2004 to make some quick > table/css adjustments. > > Any throughts or prebuilt solutions successfully used from Adobe Exchange? > > Thanks. > > D > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255481 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

