Procedural File: pnuser.php
Source Location: /Members_List/pnuser.php
Page Details:
Zikula Application Framework
Tags:
Members_List_user_main [line 23]
string Members_List_user_main(
)
|
|
the main user function
This function is the default function, and is called whenever the module is initiated without defining arguments. As such it can be used for a number of things, but most commonly it either just shows the module menu and returns or calls whatever the module designer feels should be the default function (often this is the view() function)
Tags:
Members_List_user_online [line 260]
string Members_List_user_online(
)
|
|
View users online
This function displays the currently online users
Tags:
Members_List_user_recent [line 171]
string Members_List_user_recent(
)
|
|
Displays last 10 registered users This function displays the last 10 users who registered at this PN site available from the module.
Tags:
Members_List_user_view [line 43]
string Members_List_user_view(
$args)
|
|
view members list
This function provides the main members list view
Tags:
Parameters