What are the layers of N-tier structure and their functions for WEB Development in PHP?

Posted by Starx on Stack Overflow See other posts from Stack Overflow or by Starx
Published on 2010-05-14T11:22:22Z Indexed on 2010/05/14 11:24 UTC
Read the original article Hit count: 349

Filed under:
|
|
|

Can anyone can tell me the N-tier Structure used in Web Programming?

Primarily, in 3 tier structure one is presentation layer, another is business logic layer and last is database access layer.

But for N-tier or 4 tier structure what are the layers and what sort of functions do they hold on them? Please explain me with a brief example of each.

© Stack Overflow or respective owner

Related posts about php

Related posts about web-programming