browse by tag: n-tier
sort by
The MVC pattern
in PHP added by goodphptutorials, on 13/1/2006 controller mvc n-tier oo programming oop pattern view
The MVC pattern very commonly used in constructing web applications. The principle allows us to construct 3-tier applications, allowing us useful layers of seperation in our code, and helping both designers and developers to cooperate as well enhancing our ability to maintain and expand on existing applications.
comment save report