Return to Snippet

Revision: 57288
at May 24, 2012 04:26 by kevincam


Initial Code
// Include Jomsocial core
$jspath = JPATH_ROOT.DS.'components'.DS.'com_community';
include_once($jspath.DS.'libraries'.DS.'core.php');
// Return current user
$user =& CFactory::getUser();
// Return user with given id
$user =& CFactory::getUser($userId);

Initial URL


Initial Description


Initial Title
Using Jomsocial functions in outside of Jomsocial

Initial Tags
joomla

Initial Language
PHP