We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to retrieve the "JoinIP" field | Forum

Thierry95
Thierry95 Oct 15 '14

Hello,


How to retrieve the "JoinIP" field on  table "ow_base_user"


Is there a function like the email address?

$id = OW::getUser()->getId();                                                       

$user = BOL_UserService::getInstance()->findUserById($id); 

$email = $user->getEmail();


Thank you in advance if anyone can help me.
Thierry


The Forum post is edited by Thierry95 Oct 15 '14
Daisy Team
Daisy Nov 4 '14
Try using the $user->joinIp method.