M
I am new to developing in una and would like some help finding where I can find the code variables for me to be able to get logged in users name, age etc. in code
You can use this sample code:
$oProfile = BxDolProfile::getInstance(); $o = BxDolContentInfo::getObjectInstance($oProfile->getModule()); print_r($o->getContentInfo($oProfile->getContentId()));
You can use this sample code: