How Joomla Module Latest Users Works

This module displays the latest registered users.

It has two options:

  1. Number of Users
  2. Filter Groups

Helper File

The helper file has only one function:

  1. 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.