September 2016
Intermediate to advanced
270 pages
5h 16m
English
Architectural patterns, sometimes referred to as an architectural style, provide solutions to recurring problems in software architecture.
Though similar to software design patterns, they have a broader scope, addressing various issues in software engineering as opposed to simply the development of software itself.
In this chapter we will cover the following topics:
MVC is the most common type of Architectural pattern that PHP developers encounter. Fundamentally, MVC is an Architectural pattern for implementing user interfaces.
It largely works around the following methodology:
Read now
Unlock full access