Course Information
Course Overview
Learn and understand PHP OOP so that you can start building amazing Web Apps with PHP frameworks such as LARAVEL
Learn and understand PHP Object Oriented Programming. OOP is the most popular software development paradigm that has been around for years.
The main focus of this course is to give you a solid understanding of OOP so that you can start using frameworks such as Laravel.
Laravel is currently the most popular web framework. It is very much loved by developers because it makes development process easy and enjoyable while letting you build extremely powerful server side web applications.
But even if you have a good grasp of core PHP, you will find learning a framework like laravel very difficult and time consuming. That is because they are built around MVC pattern.
Without very good understanding of OOP, you will be completely lost, trying to learn frameworks. This course is for that exact reason.
If you are completely new to OOP, I suggest you to complete this course and repeat a few more times so that you understand the concept behind OOP.
This course is not about building an application. This course is about understand the core concept of Object Oriented Programming. It is about understanding classes, properties, methods, static methods, magic methods, interface, inheritance, traits and so on...
Once you complete this short course, you will be comfortable learning MVC frameworks and start building powerful web applications with frameworks such as Laravel.
Course Content
- 2 section(s)
- 21 lecture(s)
- Section 1 PHP Object Oriented Programming Core Concepts
- Section 2 Bonus
What You’ll Learn
- Gain Clear Cut Understanding Object Oriented Programming in PHP
- Get fully prepared to learn and understand PHP frameworks such as Laravel
- OOP - Classes
- OOP - Properties and Methods
- OOP - Magic Methods
- OOP - Public and Private Visibility
- OOP - Encapsulation
- Namespaces
- Autoloading
- OOP - Inheritance
- OOP - Abstract Classes
- OOP - Interface
- OOP - Polymorphism
- OOP - Traits
- OOP - Exceptions
Reviews
-
PPeter Achutha
I am very experienced in PHP but unfortunately used to use OOPS, self taught, in C++ 25 years ago. I have forgotten OOPS and trying to relearn it.
-
SShane Roberts
Having a good basic undderstanding of Procedural PHP, this has been simple to follow so far.
-
HHildo Quetz
The content about OOP isn't deep enough, but can do a start for who those need the basics.
-
AAndrew Garcia
Good course. Definitely helped fill in some gaps in my understanding of OOP principles and practices in PHP.