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) | |
userProfileForm ($userfieldprettynames, $profileInfoRows, $editID=false, $showProfileInfo=true) |
getAllUsersInfo | ( | &$ | userId, | |
&$ | userName, | |||
&$ | userEmail, | |||
&$ | userFullName, | |||
&$ | userPassword, | |||
&$ | userLastLogin, | |||
&$ | userRegDate, | |||
&$ | userActivated, | |||
&$ | userLoginMethod | |||
) |
Definition at line 484 of file users.lib.php.
handleUserMgmt | ( | ) |
Definition at line 119 of file users.lib.php.
registeredUsersList | ( | $ | type, | |
$ | act, | |||
$ | allfields, | |||
$ | userInfo = NULL | |||
) |
Definition at line 514 of file users.lib.php.
userManagementForm | ( | ) |
Definition at line 18 of file users.lib.php.
userProfileForm | ( | $ | userfieldprettynames, | |
$ | profileInfoRows, | |||
$ | editID = false , |
|||
$ | showProfileInfo = true | |||
) |
Definition at line 663 of file users.lib.php.