PHP Programming eLearning Bundle Course

Course Overview

This eLearning bundle consists of these 2 courses:

  • PHP Basics Training
  • Object Oriented PHP and MVC

Course Topics

PHP Basics Training – 5 hours

Learn the fundamentals of PHP programming by taking this in-depth tutorial designed to teach you how to write code with the widely-used open source scripting language. In the PHP Basics Training course, we’ll provide a detailed overview of what PHP is and take you step-by-step through how to program your own web applications with interactivity. Prepare to create scripts and variables, write conditional statements and loops, work with XML and the MySQL database management system, handle errors, and use PHP math functions.
Appropriate for PHP beginners, this 5-hour course is broken down into concise, topic-specific instructional videos featuring visual demonstrations with insightful audio narration. A convenient drop-down menu allows you to select and view the videos at your own pace for a flexible, self-guided learning experience. Get started using PHP and develop your programming skills with this valuable course.

Develop fundamental PHP programming skills and expertise
Program your own interactive web applications and dynamic page content using PHP
Troubleshoot to handle code errors and ensure functionality

Object Oriented PHP and MVC – 6 hours 34 minutes

In this course, you will go step by step to build a complete custom MVC (Model View Controller) framework Called TraversyMVC using object-oriented PHP. You will build something similar to Codeigniter but much lighter. This framework is completely open source and you are free to change the name, add stuff, 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

Not only will you create the framework, but you 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:
• Full user authentication, Access control for posts, Server-side form validation
• Bootstrap 4 UI, Posts CRUD, Helper functions (flash messaging and redirects)

You will also deploy the application to the Internet.
Less
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 and PDO
Deploy your custom PHP application