- Регистрация
- 27 Авг 2018
- Сообщения
- 37,233
- Реакции
- 523,883
- Тема Автор Вы автор данного материала? |
- #1
- Build a custom MVC Framework from absolute scratch
- Build an application using your custom framework
- Create a custom PDO class to handle database interactions
- Complete user authentication using OOP & PDO
- Deploy your custom PHP application
- You should know basic PHP & programming concepts
In this course we will go step by step to build a complete custom MVC (Model View Controller) framework Called TraversyMVC using object oriented PHP. We will build something similar to Codeigniter but much much lighter. This framework is completely open source and you are free to change the name, add stuff, etc and use it as your own. This framework will include...
- A core library class to load controllers & methods from the URL (Also using .htaccess)
- A base controller class to load models and views
- A custom database library using PDO for all models to interact with the database using prepared statements
- Full user authentication
- Access control for posts
- Server side form validation
- Bootstrap 4 UI
- Posts CRUD
- Helper functions (flash messaging & redirects)
This is not a beginner PHP course. To learn the basics, please check out the PHP Front To Back series on YouTube by Traversy Media
Who this course is for
- People wanting to learn advanced OOP PHP and MVC (Model View Controller)
DOWNLOAD: