Presented by accomplished PHP developer Lorna Mitchell (co-author of the SitePoint book PHP Master), this course is aimed at developers who want to write more readable, more sharable, and more maintainable code. For beginners to OOP, it covers an introduction to Object-oriented Programming (OOP) with PHP, inheritance, how to architect modular systems, magic methods, user accounts, visibility (public, private and protected), and much more. Its aim is to provide the basic terminology and concepts to allow you to quickly delve in the world of OO programming. Each topic is presented with a practical code demonstration, and Lorna also shares plenty of hints and tips for writing more efficient and powerful code along the way.
Course Instructor
Lorna Mitchell
Lorna is a PHP consultant. She specializes in working with data and APIs. Lorna is active in the PHP community, leading the Joind.in open source project, and speaking at conferences, she also blogs regularly on her own site.
Course Outline
Lesson 1: What is OOP?
Free
What is OOP?
7:04
Locked
Code Samples
Lesson 2: First Steps
Lesson 3: Properties & Methods
Lesson 4: Architecting Modular Systems
Lesson 5: Coding Inheritance
Lesson 6: Visibility: Private, Public and Protected