Return to Snippet

Revision: 57287
at May 24, 2012 04:24 by kevincam


Initial Code
// Return current user
$user =& CFactory::getUser();
// Return user with given id
$user =& CFactory::getUser($userId);

Initial URL


Initial Description


Initial Title
How to get the Jomsocial User Object

Initial Tags
user, joomla

Initial Language
PHP