Stefan Mischook has release three new parts of his "Building Objects in PHP" video series:
- Part 1 - This is a hands-on video where I hope the viewer will actually write code along with me. I want to stress that this video (like everything else on this site,) targets beginners .. not old PHP hacks.
- Part 2 - In this video, we actually use the object we created in Part 1, in our PHP page.
- Part 3 - In this video, I clarify a point I was trying to make in part 2. In a nutshell, I talk about why it makes sense to keep any page rendering code (HTML and CSS) out of your business logic classes.
Lots of other videos (on different topics too) are also posted on Stefan's website.