12-17-2008, 10:18 AM
|
#3 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Just a small tip. Don't ever echo anything within your class. Your class is just there to provide you with functions to handle the DATA. Cause if you later want to change the way something is output, you have to edit inside the class, and that's not good.
Have it return the member's msn instead, and echo $member->contact('msn').
__________________
|
|
|
|