listing Variables inside a class

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Locked
xcom923
Forum Newbie
Posts: 22
Joined: Wed Feb 08, 2006 7:21 pm

listing Variables inside a class

Post by xcom923 »

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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

A new thread is not called for. You already asked this in your original thread.
Locked