Re: [PHP-DEV] ZE2 and classes

2002-11-19 Thread Marcus Börger
I am thinking about about documentation assistance for user functions and for the documentation team. marcus At 10:41 19.11.2002, Wez Furlong wrote: php.net/get_defined_functions and php.net/get_class_methods not good enough for you? ;-) What's the long term aim? --Wez. On Tue, 19 Nov 2002, M

Re: [PHP-DEV] ZE2 and classes

2002-11-19 Thread Wez Furlong
php.net/get_defined_functions and php.net/get_class_methods not good enough for you? ;-) What's the long term aim? --Wez. On Tue, 19 Nov 2002, Marcus [iso-8859-1] Börger wrote: > I have experimented with the code below. > > The main thing is to introduce a function that can return a list of > a

[PHP-DEV] ZE2 and classes

2002-11-18 Thread Marcus Börger
I have experimented with the code below. The main thing is to introduce a function that can return a list of all available functions (this is a first step to something bigger...). At this point i have three problems: 1) When i create a function it is shown in the result :-) 2) When i create a cla