Object Oriented PHP Videos are now out!

July 27, 2007

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 Programming in PHP


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

6 Responses

  1. Pingback: PHPDeveloper.org

  2. Pingback: developercast.com » Stefan Mischook’s Blog: Object Oriented PHP Videos are now out!

  3. Pingback: links for 2007-07-31 « Richard@Home

  4. djhash Author August 15, 2007 at 12:58 am

    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.

  5. Colin Author August 31, 2007 at 7:12 pm

    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.

  6. Stefan Mischook Author August 31, 2007 at 7:36 pm

    Hi Colin,

    Happy to hear that you find the videos useful.

    I will be getting to the new videos very soon.

    Thanks,

    Stefan

To Top