Object Oriented PHP:

Why learn OOP in PHP – another take.

September 7, 2007

Why learn OOP in PHP – another take. For people new to OOP and are comfortable with ‘classic’ procedural php, you may be wondering why should you even bother to learn object oriented concepts … why go through the trouble? The PHP world: PHP is moving in an OOP direction. For example, many important PHP…

Read More

Object Oriented PHP Tutorial Updated

August 26, 2007

Hi, I’ve update my beginners tutorial on object oriented PHP adding steps 12-17. I cover two new basic OO concepts in these steps: Constructors. Access modifiers. Again, this is a code intensive article where I expect you to follow along with your PHP editors. More to come. Thanks, Stefan Mischook www.killerphp.com

Read More

Object Oriented PHP Tutorial Released

August 22, 2007

Hi, I’ve just released a written tutorial on object oriented PHP, that targets people totally new to OO PHP. Beginners Object Oriented PHP Based on an article I wrote for a web design magazine; the tutorial is presented as a series of simple steps where I walk the reader through the process of building objects…

Read More

PHP Classes and Objects video tutorial

August 3, 2007

Hi, I’ve released a new video that basically covers the content covered in the PDF: Classes and Objects. – … It is the last bit object oriented PHP theory before we jump in and start writing actual PHP code. Video: PHP classes and objects Thanks, Stefan Mischook

Read More

Classes and Objects in PHP

August 1, 2007

Hi, I’ve written up a short (2 pages,) document that goes over some of the very basics of object oriented programming – it should take you all of 5 minutes to read. I wrote this as the preamble to my next video on object oriented PHP where we will actually create living breathing PHP objects….

Read More

Why Learn Object Oriented PHP – the PDF

July 28, 2007

I’ve just released a PDF that outlines the reasons for learning object oriented (OO) PHP. PDF: why learn object oriented PHP This document is meant to support my video on the same topic: Video: why learn object oriented PHP. Yes, this is basic stuff. But not everybody is a nerd-wizard. – I hope you guys…

Read More

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 PHP VIDEOS With the release of php5 (in 2004,) php programmers finally had the power…

Read More

OOP in PHP: New PHP article to appear in Web Designer Magazine November's Issue

November 7, 2006

I have a new article appearing in issue 125 of Web Designer Magazine – the November issue. Article title: Learn Object Oriented Programming (OOP) in PHP Sample from the article: With the release of php5, php programmers finally had the power to code with the ‘big boys’. Like Java and C#, php finally has a…

Read More

PHP Interfaces: when and why you should use them instead of classes?

August 26, 2006

In this article/podcast, I look at what php interfaces are, and when and why we would use them over classes. AUDIENCE: To follow along, you must know the basics of object oriented php. – Download the MP3: PHP Interfaces Explained. The following notes are meant to support the podcast … I left the details in…

Read More
To Top