Lessons: 18Length: 2.3 hours
ImageImage

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Welcome

Hello, and welcome to PHP Object Oriented Programming Fundamentals. My name is Joseph Baine and I'll be your instructor for this course. In this course, I'll teach you from scratch what object oriented programming really is. Now, you don't need any prior knowledge other than a solid understanding of PHP. So if you're a PHP developer and you've heard of OOP, but you're not quite sure if it's for you, or maybe you've worked with OOP already, but you don't really quite get it, then this is the course for you. OOP will really take your programming skills to the next level. I'll cover all of the basics, from basic classes and objects, right up to inheritance, interfaces and dependency injection. And what's more, we'll use realistic examples, so no class Foo, extendsBar, but users and posts. So, if you're ready for the ride, I'll see you in the first video, which will be about what OOP is, exactly.

Back to the top