24, July 2008

Class variables values - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: Class variables values
« previous next »
Pages: [1] Print

Author Topic: Class variables values  (Read 873 times)
Where are my glasses?
*
Posts: 22
212 credits
Members referred : 0



« on: Sep 05, 2005, 05:44:06 PM »

I suppose this is an easy question:

How can I get the values from a class's variables?
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7974
40801 credits
Members referred : 3



« Reply #1 on: Sep 05, 2005, 06:04:53 PM »

Here you are :

Code:
<?php
function get_class_variables($object)
{
    
$class_vars array_keys(get_class_vars(get_class($object)));
    echo 
"<pre>";
    foreach (
$class_vars as $name) {
       echo 
"<b>$name :</b>" ;
       eval( 
"print_r( \$object->"$name " );" );
       echo 
"<br />";
    }
    echo 
"</pre>";
}
?>


Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=93
Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: Class variables values
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Jul 24, 2008, 08:38:45 AM





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 35.708
Total Topics: 7.375
Total Members: 3.705
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: jino@webdco.com

32 Guests, 3 Users online :

12 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2008 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.