How to get gender,birthday,location from persons data?

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?

  • 175
  • More
Replies (0)
Login or Join to comment.