Foundations: Build Professional PHP Applications With Object-Oriented Programming

Foundations: Build Professional PHP Applications With Object-Oriented Programming

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 3h 02m | 783 MB

Professional, object-oriented applications are what clients and employers want… and what most developers are struggling to learn how to do. But, what if you could learn how to build these kinds of applications in just the next few hours?

What kind of doors would that open for you?

Problem is… most of the training you’ll find on object-oriented programming in PHP is confusing as hell. Something about class Person with three Arms that can Run() and Jump()… huh? You leave more confused than when you started.

That’s what I made this course for.

I’m not a naturally talented programmer.

So, I don’t just “get” things. I have to struggle, fight, get frustrated and want to throw my computer out the window just like everyone else. So, to learn anything new I have to break it down and understand every little part before I can put it all together and have it make sense.

So, that’s what I’ve done for you in this course.

I take you through my process of learning OOP… minus all the jargon and confusing examples. I teach you the most essential fundamentals of object-oriented programming in PHP and show you how to bring it all together to create true object-oriented applications.

Table of Contents

1. What Is Object-Oriented Programming
2. Class, Property, Object, Method
3. Constructors
4. Visibility
5. Inheritance
6. Static Methods and Properties
7. Namespaces
8. Autoload
9. Interfaces
10. MVC Primer
11. Class Project How to Build a Professional Application With Object-Oriented Programming