Linked by John Collins on Wed 21st Apr 2004 06:42 UTC
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.
I want to commend the author for this article. I've done lots of work with PHP but never using object-oriented methods. I've been learning C++ but the concept is sometimes overwhelming until you're used to it.
This tutorial offers a good way to start using objects in something I'm already comfortable in, namely PHP. True, PHP might not be 100% OO but it makes a great stepping stone to learning to do it in other languages.
I want to commend the author for this article. I've done lots of work with PHP but never using object-oriented methods. I've been learning C++ but the concept is sometimes overwhelming until you're used to it.
This tutorial offers a good way to start using objects in something I'm already comfortable in, namely PHP. True, PHP might not be 100% OO but it makes a great stepping stone to learning to do it in other languages.
Thanks for a great article, John!