Object Oriented PHP & MVC

Go to class
Write Review

Object Oriented PHP & MVC provided by Udemy is a comprehensive online course, which lasts for 7 hours worth of material. Object Oriented PHP & MVC is taught by Brad Traversy. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Build a custom object oriented PHP MVC framework and then build an application with it

    What you'll learn:

    • 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

    In this course we will go step by step to build a complete custom MVC (Model View Controller) framework Called TraversyMVC using object orientedPHP. 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...

    1. A core library class to load controllers & methods from the URL (Also using .htaccess)
    2. A base controller class to load models and views
    3. A custom database library using PDO for all models to interact with the database using prepared statements

    Not only will we create the framework but we will build an application on top of it called SharePosts which will be somewhat of a social network to share posts. This application will include..

    1. Full user authentication
    2. Access control for posts
    3. Server sideform validation
    4. Bootstrap 4 UI
    5. Posts CRUD
    6. Helper functions (flash messaging & redirects)

    We will also be deployingthe application to the Internet

    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