Procedural File: pnUser.php
Source Location: /pnUser.phpClasses:
Page Details:
Zikula Application FrameworkTags:
UDCONST_CORE [line 21]
[ Top ]
UDCONST_FLOAT [line 24]
[ Top ]
UDCONST_INTEGER [line 25]
[ Top ]
UDCONST_MANDATORY [line 20]
[ Top ]
UDCONST_STRING [line 22]
[ Top ]
UDCONST_TEXT [line 23]
[ Top ]
pnUserAliasFromID [line 913]
pnUserDelVar [line 464]
|
delete the contents of a user variable
Tags:
Parameters
| uid | $ | the user to delete the variable for |
| $name | ||
| $uid |
[ Top ]
pnUserGetAll [line 682]
|
get a list of user information
Tags:
Parameters
| $sortby | ||
| $sortorder | ||
| $limit | ||
| $startnum | ||
| $activated | ||
| $regexpfield | ||
| $regexpression |
[ Top ]
pnUserGetCommentOptions [line 618]
|
get the options for commenting
This function is deprecated, use in conjunction with pnUserGetcommentArray() to produce relevant URLspnModURL()
Tags:
Parameters
| $implode |
[ Top ]
pnUserGetCommentOptionsArray [line 652]
pnUserGetIDFromName [line 813]
|
Get the uid of a user from the username
Tags:
Parameters
| uname | $ | the username |
| $uname |
[ Top ]
pnUserGetLang [line 598]
pnUserGetTheme [line 515]
|
get the user's theme
This function will return the current theme for the user.
Order of theme priority:
- page-specific
- category
- user
- system
Tags:
Parameters
| $force |
[ Top ]
pnUserGetVar [line 323]
|
get a user variable
Tags:
Parameters
| default | $ | the default value to return if the specified variable doesn't exist |
| $name | ||
| $uid | ||
| $default |
[ Top ]
pnUserGetVars [line 245]
|
get all user variables
Tags:
Parameters
| uid | $ | the user id of the user |
| $uid | ||
| $force |
[ Top ]
pnUserLoggedIn [line 231]
pnUserLogIn [line 36]
|
Log the user in
Tags:
Parameters
| pass | $ | the password of the user logging in |
| rememberme | $pass | whether $ or not to remember this login |
| checkPassword | $rememberme | bool true whether or not to check the password |
| $uname | ||
| $checkPassword |
[ Top ]
pnUserLogInHTTP [line 183]
|
Log the user in via the REMOTE_USER SERVER property. This routine simply checks if the REMOTE_USER exists in the PN environment: if he does a session is created for him, regardless of the password being used.
Tags:
[ Top ]
pnUserLogOut [line 201]
pnUserSetPassword [line 445]
pnUserSetVar [line 367]
|
set a user variable
Tags:
Parameters
| uid | $ | the user to set the variable for |
| $name | ||
| $value | ||
| $uid |
[ Top ]
