Object Oriented PHP Videos are now out!
Hi,
I’ve finally found the time to create a couple of videos on object oriented PHP!
The following videos are based on an article I wrote for Web Designer Magazine that taught OOP in PHP to total beginners.
OBJECT ORIENTED PHP VIDEOS
With the release of php5 (in 2004,) php programmers finally had the power to code with the ‘big boys’. Like Java and C#, php finally had a complete OOP infrastructure.
In these videos, you will be guided (step-by-step) through the process of building and working with objects using php’s built-in OOP capabilities. At the same time you will learn:
- The difference between building a php application the old fashioned (procedural) way, versus the OOP way.
- What the basic OOP principles are, and how to use them in PHP.
- When you would want to use OOP in your PHP scripts.
People run into confusion when programming because of some lack of understanding of the basics. With this in mind, we are going to slowly go over key OOP principles (that are universal across many languages) while creating our own PHP objects.
With this knowledge, you will be able to explore OOP further.
I currently have these videos on line:
* Introduction to Object Oriented PHP
* Why learn Object Oriented PHP
I expect to have more videos out on OOP in PHP within the next week.
Thanks,
Stefan Mischook
www.killerphp.com
www.killersites.com
Pingback: PHPDeveloper.org
Pingback: developercast.com » Stefan Mischook’s Blog: Object Oriented PHP Videos are now out!
Pingback: links for 2007-07-31 « Richard@Home
Finally some videos on this subject. Thanks stefan. Hopefully now I can get some better php coding to start off some of the projects I have in mind.
Great videos so far, they are definitely clearing some things up. I am very anxious for your next video where you actually get into the coding xP Hopefully you get it up soon.
Hi Colin,
Happy to hear that you find the videos useful.
I will be getting to the new videos very soon.
Thanks,
Stefan