How can i iterate over the (public or private) properties of a php class?
|
|
http://nz.php.net/get_object_vars
Make sense? |
||
|
|
Yep, as Lou said, get_object_vars is the function you need. |
||
|
|
