[PHP] Wanting a better understanding of classes in PHP...

2002-04-12 Thread Chuck \PUP\ Payne
Hi, I was up on freshmeat and I saw a TON of php classes. I like to know how can I use them? And is a class a bit of code that you are always using? If so, how can I create my own classes. Chuck PUP Payne Sr. System Administrator GDI Engineering, Inc. 2075-E West Park Place Blvd. Stone Mountain,

[PHP] Wanting a better understanding of classes in PHP...

2002-04-12 Thread Chuck \PUP\ Payne
Hi, I was up on freshmeat and I saw a TON of php classes. I like to know how can I use them? And is a class a bit of code that you are always using? If so, how can I create my own classes. Chuck PUP Payne Sr. System Administrator GDI Engineering, Inc. 2075-E West Park Place Blvd. Stone Mountain,

Re: [PHP] Wanting a better understanding of classes in PHP...

2002-04-12 Thread Erik Price
On Friday, April 12, 2002, at 01:49 PM, Chuck PUP Payne wrote: Hi, I was up on freshmeat and I saw a TON of php classes. I like to know how can I use them? And is a class a bit of code that you are always using? If so, how can I create my own classes. A class is a definition for an

Re: [PHP] Wanting a better understanding of classes in PHP...

2002-04-12 Thread Steve Cayford
Well, start here probably: http://www.php.net/manual/en/language.oop.php -Steve On Friday, April 12, 2002, at 12:50 PM, Chuck PUP Payne wrote: Hi, I was up on freshmeat and I saw a TON of php classes. I like to know how can I use them? And is a class a bit of code that you are always

Re: [PHP] Wanting a better understanding of classes in PHP...

2002-04-12 Thread Shu Chow
I recently finished a great book on OO theory called Beginning Java Objects by Jacquie Barker. It's published by Wrox. The book is a Java book and there are Java code snippets, but it's OO theories will work for all OO languages. Java is C style coding like PHP, so you shouldn't have any