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: 376
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