Description
This course is broken up into two parts. First, we have seven learning modules to learn the fundamentals of PHP programming, including:
- Data Types & Variables
- Arrays & Iteration
- Control Structures & Conditionals
- Functions & Scope
- Object Oriented Programming
- Superglobals ($_GET, $_POST, $_SESSION, $_COOKIES, etc)
- Database Integration & PDO
After that, we go for a hands-on approach and build a job listing website. We build this from the ground up without any framework or libraries. These sections will teach you how to structure a vanilla PHP project and is a great precursor to learning Laravel or another framework.