How do you get the class of has_a column?
[prev]
[thread]
[next]
[Date index for 2004/10/26]
If you a Person has a address:
Person->has_a("address"=> "Address");
Is there public method to get the class of address such as
Person->address->class_name.
Note, i don't necessarily have a person object.
thanks.
=====
pjs
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
|
How do you get the class of has_a column?
Peter Speltz 19:40 on 26 Oct 2004
|