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.
Object Overloading
by Daniel van Eeden on Wed 21st Apr 2004 08:05 UTC

OOP programming with PHP is nice...but PHP isn't fully OOP. Some OOP features like Object Overloading are missing. (altrough some dirty hacks exist). Using OOP can improve security (especially with PHP5) if it's done the right way.