Question

I'm looking for any PHP/programming podcast episodes which specifically talk about PHP classes and objects. Maybe this is too specific but any reference is ok.

BTW, are there any dedicated podcasts for PHP beginners?

Was it helpful?

Solution

iBuildings TechPortal An excellent podcast about PHP development. Most of the episodes are recordings from conference presentations.

http://techportal.inviqa.com/
I especially loved this episode: http://techportal.inviqa.com/2010/02/16/surviving-a-plane-crash-2/ where the developers of a Yahoo! like portal for the Netherlands talked about scalability and localization.

Podcasts that are about programming, but not exclusively PHP

Floss Weekly http://twit.tv/FLOSS
Where you can hear an interview from the inventor of PHP http://twit.tv/floss12

Software Engineering Radio http://www.se-radio.net/
Great, in depth, more than web programming topics (I learn about how big programming is)

Stackoverflow Podcast http://blog.stackoverflow.com/
Jeff and Joel cover some technical topics like proxy servers, scaling, server hardware, and how to move a turtle in the LOGO programing language. How do I move the turtle in LOGO? (look who asked the question)

OTHER TIPS

its not necessary for beginners but you can check out:

This tutorial and set of videos seems to match your question: Object Oriented PHP for Beginners.

Podcasts are for gossip not for learning a new language. If you want to learn read the PHP documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top