Re: [PHP-DEV] Class Struggle

2001-11-27 Thread Markus Fischer
;[EMAIL PROTECTED]> > Sent: Tuesday, November 27, 2001 9:21 AM > Subject: Re: [PHP-DEV] Class Struggle > > > > > Did you name all your classes and methods as lowercase ones when > > declaring them? > > > > -Andrei > > > > > > >

Re: [PHP-DEV] Class Struggle

2001-11-27 Thread l0t3k
t;[EMAIL PROTECTED]> Newsgroups: php.dev To: l0t3k <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 9:21 AM Subject: Re: [PHP-DEV] Class Struggle > Did you name all your classes and methods as lowercase ones when > declaring them? > > -Andre

Re: [PHP-DEV] Class Struggle

2001-11-27 Thread Andrei Zmievski
On Tue, 27 Nov 2001, l0t3k wrote: > > im having a tough time getting PHP to execute a method of a function defined > in an extension. the extension compiles fine, shows up in phpinfo(), and > calling get_declared_classes() returns the class names as expected. > > in addition, calling get_class_m

Re: [PHP-DEV] Class Struggle

2001-11-27 Thread Markus Fischer
On Tue, Nov 27, 2001 at 03:36:58AM -0500, l0t3k wrote : > do i get to wear the dunce cap, or should i file a bug report ? Bug report because your own code is faulty? ... No one can help you if you don't show the code that is definitely WRONG. Maybe I understood it wrong but you

[PHP-DEV] Class Struggle

2001-11-27 Thread l0t3k
im having a tough time getting PHP to execute a method of a function defined in an extension. the extension compiles fine, shows up in phpinfo(), and calling get_declared_classes() returns the class names as expected. in addition, calling get_class_methods("class_name") lists the method im inter