Object-Oriented Programming In PHP - The Right Way

Go to class
Write Review

Free Online Course: Object-Oriented Programming In PHP - The Right Way provided by Skillshare is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Object-Oriented Programming In PHP - The Right Way is taught by John Morris.

Overview
  • 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.

    Lessons include:

    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

    It's a LOT and obviously everything you need to master OOP in PHP. So, if you're ready to tackle OOP in PHP, enroll today and let's get started.

Syllabus
    • What Is Object-Oriented Programming
    • Class, Property, Object, Method
    • Constructors
    • Visibility
    • Inheritance
    • Static Methods and Properties
    • Namespaces
    • Autoload
    • Interfaces
    • MVC Primer
    • How to Build Professional Applications With OOP
    • Next Steps