Skip to content

Instantly share code, notes, and snippets.

@jrotering
Created March 26, 2013 23:18
Show Gist options
  • Save jrotering/5250189 to your computer and use it in GitHub Desktop.
Save jrotering/5250189 to your computer and use it in GitHub Desktop.
if ($user = $modx->getObject('modUser', $id)) {
if ($profile = $user->getOne('Profile')) {
return $profile->get('fullname');
}
}
return '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment