FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Benefits of the 3-Tier Architecture
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Benefits of the 3-Tier Architecture [message #179630] Thu, 15 November 2012 07:20
Tony Marston is currently offline  Tony Marston
Messages: 57
Registered: November 2010
Karma: 0
Member
By splitting an application's code into 3 layers - Presentation, Business
and Data Access - the 3-Tier Architecture provides much more than the rarely
used ability to switch from one DBMS to another. It also provides the
ability to share the same Business layer with multiple Presentation layers
at the same time, such as with a back-end Administrative application and one
or more front-end websites. This effectively means that you can develop your
back end administrative application first, then develop each website as a
thin client, thus making maximum use of reusable components. The article at
http://www.tonymarston.net/php-mysql/3-tier-architecture.html describes how
an application can be split into different tiers or layers, and the benefits
which can be made from making such a split.

Tony Marston

http://www.tonymarston.net
http://www.radicore.org
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: New MVC framework for PHP 5.4 gives you full autocomplete support Eclipse and PDT IDEs
Next Topic: php daemon
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jun 05 22:02:49 GMT 2024

Total time taken to generate the page: 0.01965 seconds