Is there a way to view the object variables in a loop?
while(list($key,$value)=each($this)){ echo $key,$value; }
i know php4 has the get_object_vars but we are still in the stone age with php3.
Thanks