This is the part three of the PHP Object oriented Programming crash course.
The episode is quite long so I have split it in two videos: 3.1 and 3.2. In this video we will start working on our project.
The Course Article is available here:
https://fabiopacifici.com/object-orie...
Follow this link to watch PHP OOP Crash course part one: • PHP Object Oriented Crash Course - Part One
Follow this link for the part two:
• PHP Object Oriented Crash Course - Part Two
Part Three - Course Topics:
1. We will create the basic structure for our project,
2. Implement MVC approach (Model, View, Controller)
3. Start to create a custom route for our application.