After having learned in the previous chapters how to build a website, in this chapter you will focus on programming development frameworks. You will learn what they are and when to use them.
Introduction to Frameworks
Pros and Cons of Frameworks
MVC Pattern
Different Layers of a Framework
Different Types of Frameworks
Introduction of PHP Standard Recommendation (PSR)
PHP Frameworks
Introduction to Frameworks
Until now, you have built the different layers of an application: the ...