Completed
Implement Models
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Use PHP to Create an MVC Framework - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Show features
- 3 Demo of the Framework
- 4 Create Application and Router
- 5 Enable autoloading using composer
- 6 Implement Routing
- 7 Create project structure
- 8 Implement views & layouts
- 9 Implement Controllers
- 10 Sanitize $_POST data
- 11 Start Registration
- 12 Implement second layout
- 13 Implement Models
- 14 Implement Validation using models
- 15 Implement form Widget
- 16 Migrations & Connection to Database
- 17 .env file & Application Config
- 18 Implement Migrations
- 19 Implement ActiveRecord & Finish Registration
- 20 Restrict registration with the same email
- 21 Implement Session Flash messages
- 22 Implement Input labels
- 23 Implement Login
- 24 Hide Login/Register buttons When user is authorized
- 25 Create protected routes
- 26 Create View component & implement page titles
- 27 Improve form widget with abstraction
- 28 Make core installable composer package
- 29 Create second website to use the same core
- 30 Add new feature to core and release new version