JHtmlList::users
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JHtmlList::users[edit]
Description[edit]
Select list of active users.
public static function users (
$name
$active
$nouser=0
$javascript=NULL
$order= 'name'
$reg=1
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | |||
$active | |||
$nouser | 0 | ||
$javascript | NULL | ||
$order | 'name' | ||
$reg | 1 |
- Returns
- Defined on line 175 of libraries/joomla/html/html/list.php
See also[edit]
JHtmlList::users source code on BitBucket
Class JHtmlList
Subpackage Html
- Other versions of JHtmlList::users
User contributed notes[edit]
Code Examples[edit]