Re: [PHP] object vs functions

2002-12-28 Thread Mat Harris
thanks it does help a lot, and I wrote mine at 4:30ish too :). does anyone know of any tutorials or example projects I can look at to find out about classes? thanks for the help On Sat, Dec 28, 2002 at 04:17:02 -0500, Paul Reed wrote: > Objects are not simply a 'grouping' of functions, it's a fu

RE: [PHP] object vs functions

2002-12-28 Thread Paul Reed
Objects are not simply a 'grouping' of functions, it's a fundamentally different approach to programming where variable and functions are grouped into objects. (OOP, or Object Oriented Programming) Objects contain all the necessary variables to hold the information on an item, and all the function