Create a custom object-oriented PHP MVC framework, then create an application using it
About This Video
- People who want to learn OOP PHP and MVC (Model View Controller).
- This course provides high-quality, practical and relevant content.
This course will show you how to create a custom MVC (Model View Controller), framework called TraversyMVC using object oriented PHP. We will create something that is similar to Codeigniter, but lighter. This framework is completely open-source and you can change the name, add stuff, and make it your own. This framework will include. A core library class to load controllers and methods from the URL (Also using.htaccess).
A base controller class for loading models and views
A custom database library that uses PDO to allow all models to interact with the database via prepared statements.
We will not only create the framework, but also build an application called SharePosts on top of it. This will be a social network for sharing posts. This application will include: Full user authentication; Access control for posts; Server-side validation
Bootstrap 4 UI and Posts CRUD, Helper Functions (flash messaging, redirects).
We will also deploy the application to the Internet