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-oriented-php-crash-course/ Follow this link to watch PHP OOP Crash course part one: https://youtu.be/aDrohOU6spU Follow this link for the part two: https://youtu.be/ft4lNMw8LdA 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.