AAAAPK ?\) .htaccessnu W+A
Order allow,deny
Deny from all
PK ?\V tmpl/index.htmlnu W+A
PK ?\) tmpl/.htaccessnu W+A
Order allow,deny
Deny from all
PK ?\H tmpl/default.phpnu W+A
PK ?\d mod_users_latest.phpnu W+A get('shownumber', 5);
$names = moduserslatestHelper::getUsers($params);
$linknames = $params->get('linknames', 0);
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));
require JModuleHelper::getLayoutPath('mod_users_latest', $params->get('layout', 'default'));
PK ?\#o mod_users_latest.xmlnu W+A
mod_users_latest
Joomla! Project
December 2009
Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.
GNU General Public License version 2 or later; see LICENSE.txt
admin@joomla.org
www.joomla.org
2.5.0
MOD_USERS_LATEST_XML_DESCRIPTION
mod_users_latest.php
tmpl
helper.php
index.html
en-GB.mod_users_latest.ini
en-GB.mod_users_latest.sys.ini
PK ?\V
index.htmlnu W+A
PK ?\ßW
helper.phpnu W+A getQuery(true);
$query->select('a.id, a.name, a.username, a.registerDate');
$query->order('a.registerDate DESC');
$query->from('#__users AS a');
$user = JFactory::getUser();
if (!$user->authorise('core.admin') && $params->get('filter_groups', 0) == 1)
{
$groups = $user->getAuthorisedGroups();
if (empty($groups))
{
return array();
}
$query->leftJoin('#__user_usergroup_map AS m ON m.user_id = a.id');
$query->leftJoin('#__usergroups AS ug ON ug.id = m.group_id');
$query->where('ug.id in (' . implode(',', $groups) . ')');
$query->where('ug.id <> 1');
}
$db->setQuery($query, 0, $params->get('shownumber'));
$result = $db->loadObjectList();
return (array) $result;
}
}
PK ?\) .htaccessnu W+A PK ?\V tmpl/index.htmlnu W+A PK ?\) tmpl/.htaccessnu W+A PK ?\H tmpl/default.phpnu W+A PK ?\d
mod_users_latest.phpnu W+A PK ?\#o mod_users_latest.xmlnu W+A PK ?\V
index.htmlnu W+A PK ?\ßW
g helper.phpnu W+A PK r "