Hey all -
Does anyone know if there's a way to get a list of all the variables declared within a class, whether they're initialized or not? I would just use get_class_vars(), but it only returns initialized variables; since I declare all my class variables without initializing them, that doesn't help at all. Any help would be tremendously appreciated, as I've been thinking about this for a while now.
-Jeremy