Name: Anonymous 2007-05-02 16:46 ID:sE0QAwWQ
/prog/, I've got a class in PHP with a member named guide-agent (translated from an XML-RPC object) but I can't access it via $className->guide-agent . Here is a snip from print_r( $className );
stdClass Object
(
[guide-agent] => maria
...
stdClass Object
(
[guide-agent] => maria
...