Thu, 22 Apr 2004 21:52:47 GMT

Crash Course into Object Oriented Programming. 22 Apr 2004: 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. [RootPrompt — Nothing but Unix]

—–

this is a very basic introduction, but it might help some people who are interested. today i spent programming in a functional manner instead of a object manner, but the applications is small enough to get away with that right now.