View Single Post
Old 10-15-2009, 09:56 AM   #3 (permalink)
captainmerton
The Acquainted
 
captainmerton's Avatar
 
Join Date: May 2009
Posts: 178
Thanks: 9
captainmerton is on a distinguished road
Default

No sorry perhaps i wasnt clear enough. I meant if people design a proper enterprise website they would split off display of the page from the business logic layer and then have a data abstraction layer for accessing the database. I am talking about the display layer. I just wondered how people would usually design this, would they build the page up as the business logic layer progresses and then output that page at the end? For example somewhere along the line in the business logic layer you may decide you need a page redirect at which point you would output a header statement and enever both about displaying any html but until you have completed all your logic you arent going to know that.
captainmerton is offline  
Reply With Quote