Linked by John Collins on Wed 21st Apr 2004 06:42 UTC
General Development The purpose of this article is to give a novice programmer the basic idea of what OOP is, as implemented using PHP. Readers should have a basic knowledge of programming ie what variables are, variable types, basic methods of writing comments, and how to enter code into a text editor.
Permalink for comment
To read all comments associated with this story, please click here.
Constructive Criticism
by Anonymous on Wed 21st Apr 2004 16:53 UTC

Unless you yourself sit down and right an equivalent, easily read, easy to comprehend little tutorial in language X. If Ruby, Java, Python, D, whatever, is better for doing what the author attempted to do- go ahead and contribute.

Whoa! Take a deep breath and calm yourself. It's just a sharing of ideas. It's good to write a beginner tutorial about OOP, but the criticism of using PHP as an example is certainly valid. It does lack many of the structures that are fundamental parts of OOP. Furthermore, it's a web-based scripting language.

But on a different note, I must say that I love the fact that PHP is object-oriented. Especially the new features that are being implemented in PHP 5. With web-apps becoming more complex, it is a major advancement to offer a server-side scripting language that bears a greater resemblance to true OOP languages.