Go to the source code of this file.
Namespaces | |
namespace | pragyan |
Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom. | |
Functions | |
userManagementForm () | |
handleUserMgmt () | |
getAllUsersInfo (&$userId, &$userName, &$userEmail, &$userFullName, &$userPassword, &$userLastLogin, &$userRegDate, &$userActivated, &$userLoginMethod) | |
registeredUsersList ($type, $act, $allfields, $userInfo=NULL) | |
return($flag)?$userlist | userProfileForm ($userfieldprettynames, $profileInfoRows, $editID=false, $showProfileInfo=true) |
Variables | |
$userlisttable = "</tr>" | |
$rowclass = "evenrow" | |
$usercount | |
else | $userlist = $userlisttable |
getAllUsersInfo | ( | &$ | userId, | |
&$ | userName, | |||
&$ | userEmail, | |||
&$ | userFullName, | |||
&$ | userPassword, | |||
&$ | userLastLogin, | |||
&$ | userRegDate, | |||
&$ | userActivated, | |||
&$ | userLoginMethod | |||
) |
Definition at line 539 of file users.lib.php.
handleUserMgmt | ( | ) |
Definition at line 120 of file users.lib.php.
registeredUsersList | ( | $ | type, | |
$ | act, | |||
$ | allfields, | |||
$ | userInfo = NULL | |||
) |
Definition at line 569 of file users.lib.php.
userManagementForm | ( | ) |
Definition at line 18 of file users.lib.php.
return ($flag)?$userlist userProfileForm | ( | $ | userfieldprettynames, | |
$ | profileInfoRows, | |||
$ | editID = false , |
|||
$ | showProfileInfo = true | |||
) |
Definition at line 753 of file users.lib.php.
$rowclass = "evenrow" |
Definition at line 727 of file users.lib.php.
$usercount |
Definition at line 728 of file users.lib.php.
else $userlist = $userlisttable |
Definition at line 747 of file users.lib.php.
$userlisttable = "</tr>" |
Definition at line 726 of file users.lib.php.