Skip to content

Instantly share code, notes, and snippets.

@gartes
Last active July 30, 2018 10:56
Show Gist options
  • Save gartes/9ff080446fbffd73f4da364cc1067970 to your computer and use it in GitHub Desktop.
Save gartes/9ff080446fbffd73f4da364cc1067970 to your computer and use it in GitHub Desktop.
JUser
$user = JFactory::getUser($uid) ;
// Авторизация пользователя
$user = JUser::getInstance( $uid );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment