YOU ARE HERE: HOME > IPOD VIDEO TUTORIALS

PHP Video Tutorials for web designers

Last update: February 19th, 2008 Tell a friend about killerphp.com

OBJECT ORIENTED PHP VIDEOS (OOP)

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 this video tutorial, 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 while creating our own PHP objects.  With this knowledge, you will be able to explore OOP further.

PHP VIDEO TUTORIALS FOR YOUR IPOD

Just click on the ipod video icon: ipod video icon ... to download the corresponding video.

php video

1. Beginners Object Oriented PHP

In this video I will give you an introduction to Object Oriented Programming in PHP

Running time: 4:05

php video

2. Why Learn Object Oriented PHP?

In this video I talk about the advantages of Object Oriented Programming in PHP

Running time: 14:46

php video

3. Classes and Objects in PHP

Brief introduction to Classes and Objects in PHP, also discussed in this pdf.

Running time: 5:26

php video

4. Building Objects in PHP - Part 1 & 2

In this video we build our first PHP Objects and Classes.

Running time: 18:50

php video

5. Build Objects in PHP - Part 3

Part Three of the Building Objects and Classes videos.

Running time: 6:18

Questions? Just post them on the PHP forum.

Much more to come ...

Thanks,

Stefan Mischook