[PHP] Class methods in PHP

2001-02-24 Thread Kevin Beckford
Is there class methods in php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Class methods in PHP

2001-02-24 Thread Christian Reiniger
On Saturday 24 February 2001 17:05, Kevin Beckford wrote: Is there class methods in php? Well, there are classes, classes can have methods, there are methods to handle classes, methods to inspect methods, methods to inspect classes and propably more. I have no idea what you mean with your

Re: [PHP] Class methods in PHP

2001-02-24 Thread Kevin Beckford
: Re: [PHP] Class methods in PHP : On Saturday 24 February 2001 17:05, Kevin Beckford wrote: : Is there class methods in php? : : Well, there are classes, classes can have methods, there are methods to : handle classes, methods to inspect methods, methods to inspect classes : and propably more.

Re: [PHP] Class methods in PHP

2001-02-24 Thread Aaron Tuller
eant class functions that do not need an object to be declared... but don't worry about it - I found out. There are none in php. - Original Message - From: "Christian Reiniger" [EMAIL PROTECTED] To: [EMAIL PROTECTED]out Sent: Saturday, February 24, 2001 11:49 AM Subject: Re: [PHP]