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.
re: new to OO
by adam on Thu 22nd Apr 2004 11:19 UTC

well after doing some reading, he should have mentioned that the reason he named the first function Student is because that is what is looked for first considering the class is named student, at least that is what i could get out it from other readings.