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.
for an introduction to OOP, PHP is not the best option
by tech_user on Wed 21st Apr 2004 11:39 UTC


for an introduction to OOP, PHP is not the best option. a beginner (like myself) is confused by the web-related side of it.

what has <? got to do with OOP?

pyhton would be a much better introction to OOP, or even programming in general.