![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Functions | |
updateProfile ($obj) | |
Variables | |
$reset = checkNumeric($_GET["reset"]) | |
$profile = clone($user) | |
$profile | filter = new ExclusionFilter("role", "title", "activt") |
$form = new AutoForm($profile) | |
$form | passwordEncryptor = hashPassword |
$form | submitLabel = "Update Profile" |
$form | onSaveComplete = updateProfile |
$script = $form->writeScript() | |
updateProfile | ( | $obj | ) |
Definition at line 92 of file myprofile.inc.
$form = new AutoForm($profile) |
Definition at line 57 of file myprofile.inc.
$profile = clone($user) |
Definition at line 54 of file myprofile.inc.
$reset = checkNumeric($_GET["reset"]) |
Definition at line 52 of file myprofile.inc.
$script = $form->writeScript() |
Definition at line 82 of file myprofile.inc.
$profile filter = new ExclusionFilter("role", "title", "activt") |
Definition at line 56 of file myprofile.inc.
$form onSaveComplete = updateProfile |
Definition at line 64 of file myprofile.inc.
$form passwordEncryptor = hashPassword |
Definition at line 58 of file myprofile.inc.
$form submitLabel = "Update Profile" |
Definition at line 60 of file myprofile.inc.