RE: [PHP] Newbie question about Classes

2001-04-25 Thread Maxim Maletsky
Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: SED [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 1:47 AM To: [EMAIL PROTECTED] Subject: [PHP] Newbie question about Classes Hi, I have now been 3-4 months writing PHP-code

Re: [PHP] Newbie question about Classes

2001-04-24 Thread Phillip Bow
and VB is a POOP language :) (pseudo-Object oriented programming) -- phill > PHP isn't Java; it's not an OO language. > PHP isn't...um...FORTAN; it's not a purely PP language. > > > The world if formed from the void, > like utensils from a block of wood. > The Master knows the utensils, > yet

Re: [PHP] Newbie question about Classes

2001-04-24 Thread Chris Anderson
ROTECTED]> Sent: Tuesday, April 24, 2001 12:46 PM Subject: [PHP] Newbie question about Classes > Hi, > > I have now been 3-4 months writing PHP-codes and read the PHP manual > throughout. But there is one thing I can't figure out properly (I think it's > not covered enough i

Re: [PHP] Newbie question about Classes

2001-04-24 Thread Plutarck
I had trouble with classes too, but I think the main reason they are tough at first is because since there is so much talk about how hard/cool object oriented programming is, we think things are harder than they are. Think of an object as a jar. Inside the jar are variables and functions (refered

Re: [PHP] Newbie question about Classes

2001-04-24 Thread Phillip Bow
http://phpbuilder.com/columns/rod19990601.php3 This is almost a religious debate in itself, but some brief info anyway. ""SED"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I have now been 3-4 months writing PHP-codes and read the PHP manual > throu

[PHP] Newbie question about Classes

2001-04-24 Thread SED
Hi, I have now been 3-4 months writing PHP-codes and read the PHP manual throughout. But there is one thing I can't figure out properly (I think it's not covered enough in the manual): Classes! When and why would I use it? Is it only to group certain functions or does it have a special function