In this course we will build upon what we have learned about Object-Oriented Programming to build a basic website. By using the Slim Microframework, we will explore common MVC concepts without the framework hiding too much functionality out of the box.
What you'll learn
- Understand the Separation of concerns and why we use it
- Understand Middleware (Request-Response loop)
- Configure POST and GET Routing
- Define Model-View-Controller (MVC) Frameworks