阅读背景:

Joomla:JFactory :: getUser和JUserHelper :: getProfile之间的区别

来源:互联网 
$profile = JFactory::getUser($this->_user_id);
$userDetails = JUserHelper::getProfile($this->_user_id);
$profile->details = isset($userDetails->profile) ? $userDetails->profile : array();
$profile = JFactory::getUser($this->_user_id);



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: