listing Variables inside a class
Posted: Wed Feb 22, 2006 9:57 am
Is there a way to grab all variables in a class in some kind of list form? The idea is to have a function built inside a controller class that will create a new class reference all it's own variables inside the new class before executing the class's main function.