RE: [PHP] OOP .. I just don't get it.

2002-03-05 Thread mojo jojo
Thanks to all those who contributed to the thread. Very helpful. Mojo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] OOP .. I just don't get it.

2002-03-05 Thread Jason Murray
> As you said: > > > OOP had answer to all of this. Modules that can't be touched, > > which exist by themselves. You could really get a module from > > somebody else and put it right into your program. The problem I have with this is that when I do this, the class just plain doesn't work (s

RE: [PHP] OOP .. I just don't get it.

2002-03-05 Thread Martin Towell
de the module. -Original Message- From: Frank [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 11:48 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] OOP .. I just don't get it. Many years ago I wrote something for newcomers into OOP. I have cut a snippet out of it and added

Re: [PHP] OOP .. I just don't get it.

2002-03-05 Thread Frank
Many years ago I wrote something for newcomers into OOP. I have cut a snippet out of it and added some comments. Sorry, it became rather long. Hope it helps somebody. Frank " OOP is the art of designing "objects", then creating and killing them. An object is a box with handles. We can operat

Re: [PHP] OOP .. I just don't get it.

2002-03-05 Thread Michael Cronström
Hi ...suggest u take a look at this article by Kevin Yank at SitePoint: http://www.webmasterbase.com/article/662 . I think he is a great author of small and efficient articles! Web inventor Michael Cronstrom At 21:22 05/03/02, you wrote: >Hi > >I've been using php for a while now but I have

RE: [PHP] OOP .. I just don't get it.

2002-03-05 Thread Martin Towell
tter - one must analyse each problem to determine which is better to use. Martin -Original Message- From: Demitrious S. Kelly [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 7:31 AM To: 'mojo jojo'; [EMAIL PROTECTED] Subject: RE: [PHP] OOP .. I just don't get it.

RE: [PHP] OOP .. I just don't get it.

2002-03-05 Thread Demitrious S. Kelly
[PHP] OOP .. I just don't get it. Hi I've been using php for a while now but I have not got my head around OOP (classes). Why bother using them? I've read thru a few tutorials on using classes and the examples given are quite simple. This is probably the problem - I just can&#

[PHP] OOP .. I just don't get it.

2002-03-05 Thread mojo jojo
Hi I've been using php for a while now but I have not got my head around OOP (classes). Why bother using them? I've read thru a few tutorials on using classes and the examples given are quite simple. This is probably the problem - I just can't see the benefit of using this style of programming.