web

  •  ·  Standard
  • 738 views
Friends
Empty
Add new...
 
 
web
·
Added a discussion

I try to get this infos (gender,birthday,location ) , but without success

    $oProfile = BxDolProfile::getInstance($iProfileId);
    $aProfileInfo = $oProfile->getInfo();
    $aProfileGender = $aProfileInfo['gender'];

How can i do?

  • 1985
web Discussions
How to get gender,birthday,location from persons data?