Completed
The Model-View-Controller / MVC
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Create a PHP Application - PHP MVC Project Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Building the MySQL Database
- 3 The Model-View-Controller / MVC
- 4 Create the Database Connection with PDO
- 5 View: error, header, footer
- 6 Model: Assignment Functions
- 7 Model: Course Functions
- 8 Controller: Receiving Data
- 9 View: Assignment List
- 10 View: Course List
- 11 Controller: Routing Actions
- 12 Styling the App with Sass / SCSS