How Joomla Module Latest Users Works
This module displays the latest registered users.
It has two options:
- Number of Users
- Filter Groups
Helper File
The helper file has only one function:
- public static function getUsers($params)
This function returns an array of users. This information is stored in the Joomla user table.
Layout File
The default layout file displays the list of usernames of latest registered users.