Re: [PHP-DEV] classes example

2002-05-22 Thread brad lafountain
an extension and I want it to be used > as a class. > > Fab. > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "fabwash" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, May 22, 2002 9:42 AM > Subject: Re: [

Re: [PHP-DEV] classes example

2002-05-22 Thread fabwash
sorry wasn't clear enough. I'm writing an extension and I want it to be used as a class. Fab. - Original Message - From: <[EMAIL PROTECTED]> To: "fabwash" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 9:42 AM Subject: R

Re: [PHP-DEV] classes example

2002-05-22 Thread derick
Hello, this is the wrong list for user questions, you'd want the [EMAIL PROTECTED] mailinglist. Derick On Wed, 22 May 2002, fabwash wrote: > Hello, > > what is the best example to use to write classes? The documentation is clear about >functions, but not really about classes or I missed som

[PHP-DEV] classes example

2002-05-22 Thread fabwash
Hello, what is the best example to use to write classes? The documentation is clear about functions, but not really about classes or I missed something. I need to find out how to define an object and its methods, and make them visible to the scripts. Fab.