Skip to content

Instantly share code, notes, and snippets.

@ideesimple
Created January 26, 2011 16:00
Show Gist options
  • Save ideesimple/796903 to your computer and use it in GitHub Desktop.
Save ideesimple/796903 to your computer and use it in GitHub Desktop.
récupérer le nom d'un user
$profile = $modx->getObject('modUserProfile', $id);
$fullname = $profile->get('fullname');
return $fullname;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment