Trying to search for getProfileInfo() info

What does getProfileInfo() return?  I know it returns an array of values for the profile but what values?  Does it contain the membership information?  Where can I find a list of what values it returns?

Geeks, making the world a better place
Quote · 5 Mar 2014

Get profile info returns the entire profile table row for a member. So it is an array of all profile fields for that member.

No, membership information is not part of it. If it's not in the profile table, then it not included.

What you get would be identical to running this query in phpMyAdmin.

SELECT * FROM `Profiles` WHERE `ID` = 1      // where 1 is the member id

https://www.deanbassett.com
Quote · 5 Mar 2014

OK, thank you, filed for future reference. 

Geeks, making the world a better place
Quote · 5 Mar 2014

If I have the ID, I can use getMemberMembershipInfo()

Geeks, making the world a better place
Quote · 5 Mar 2014

 

If I have the ID, I can use getMemberMembershipInfo()

Yes.

https://www.deanbassett.com
Quote · 5 Mar 2014

 

 

If I have the ID, I can use getMemberMembershipInfo()

Yes.

I didn't know that function returned an array with the ID and Name LOL..  Oh well, I know now.

Geeks, making the world a better place
Quote · 5 Mar 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.