--- phpsurf <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I really don't want to wake up once again the endless thread about CS !
> 
> My point here, is just that I have a problem dealing dynamically with
> attributes and methods inside an object.
> The problem is that the function 'get_class_vars' returns the attributes in
> a case sensitive way, whereas 'get_class_methods' returns all the methods in
> lower case !

 Well since member variables are CS and methods are not then to me these
functions act the way they should. Im pretty sure that there is no way to
change the functionality in ZE1 cause when functions get compiled they get
converted to LC. I think andy is doing something with the ability to get the
case of a function but im not positive if this will fit here.


 - Brad



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to