Re: [PHP-DEV] Re: Question about Classes

2002-10-30 Thread Sebastian Bergmann
Andi Gutmans wrote: > We are also planning private/public methods. Zeev has already started > working on it. GOOD NEWS! :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de

Re: [PHP-DEV] Re: Question about Classes

2002-10-30 Thread Andi Gutmans
At 01:36 AM 10/31/2002 +0100, Timm Friebe wrote: On Wed, 2002-10-30 at 23:34, [EMAIL PROTECTED] wrote: > This works only with ZE2. [...public and private functions...] AFAIK not. There will be private, protected and public class members, though. We are also planning private/public methods. Zeev

Re: [PHP-DEV] Re: Question about Classes

2002-10-30 Thread Timm Friebe
On Wed, 2002-10-30 at 23:34, [EMAIL PROTECTED] wrote: > This works only with ZE2. [...public and private functions...] AFAIK not. There will be private, protected and public class members, though. -- Timm Any sufficiently advanced bug is indistinguishable from a feature -- PHP Development Mai

[PHP-DEV] Re: Question about Classes

2002-10-30 Thread nicos
This works only with ZE2. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Juerg Zgraggen" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > hi > > i made a class in PHP. id like to define public and private function for > that clas