Object-Oriented Programming In PHP

preview_player
Показать описание
When your first sit down to learn object-oriented programming in PHP, it easy to get confused with terms like encapsulation and polymorphism. And yes, those things are important, but they come down the line in terms of what to learn. Getting the concept of "object-oriented" is what comes FIRST. So, if you're new to OOP, this episode is meant to give you that base concept. Which, I believe, for a lot of developers will be a big "aha".

Рекомендации по теме
Комментарии
Автор

Thanks again John. You're a credit to the industry!

domenicpolsoni
Автор

OOP is beautiful, as long as you don't get too tangled into inheritance.

mza
Автор

When data-modelling (or simply designing an app or parts of an app in general), good ol' pencil 'n paper are very helpful.
- Ziro out.

ZiroTheGameplayCoder
Автор

I was hoping to see some practical examples in php

ziwkovic