Programming With Anthony - References In PHP

preview_player
Показать описание
Variables are the simplest concept in programming. Or are they? We'll explore variables in PHP and how they work under the hood. We'll see how references work, and the difference between "variable references" and "object references".

This is the third of what I hope to be many videos on the topic of programming. Plenty of future ones are planned, but the topics, order and even if they happen is completely up to you! I want your feedback on the concept. Is it something worth pursuing? Any topics you'd like to see? Any other comments about the concept?

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

Awesome! Excellent teaching abilities. If there weren't so many other PHP instructions on Youtube, you'd have far more views and subscribers. I'm spreading the word :) +1

darknawg
Автор

very good video, i'd like to see more of how php works under the hood!

slowstupid
Автор

Thanks again, looking forward to the next one!

BrianTeachman
Автор

As a novice looking to understand referencing, i found this too verbiage. Thanks for those have learned though.

slickmashable
Автор

Excited to watch this since i haven't used references much or at all in personal home page

osearthesp
Автор

"clone()" only takes a shallow copy of course. I presume to avoid circular referencing. Something to note if you have properties that point to other references.

jamesfoo
Автор

Thank you for this great explanation :)

zuzuleinen