Re: [PHP] get_class_vars

2004-09-12 Thread Curt Zirzow
* Thus wrote Sam Hobbs: > Using the code shown below, I get nothing from get_class_vars but I do get > very useful results from get_class_methods. I realize that this is how it is > supposed to be, but it would be useful to be able to get the property > members of the class. The reason I want to

[PHP] get_class_vars

2004-09-11 Thread Sam Hobbs
Using the code shown below, I get nothing from get_class_vars but I do get very useful results from get_class_methods. I realize that this is how it is supposed to be, but it would be useful to be able to get the property members of the class. The reason I want to see the properties of DOMDocume