Public Member Functions | |
val ($val=null) | |
readFromDB () | |
showInput ($fill=false) | |
showUpdate () | |
showCreate () | |
doRead () | |
doCreate () | |
doUpdate () | |
doSearch () | |
Data Fields | |
$valudationCurrent = 'The current password is incorrect' | |
$validationMatch = "The new password and the validation doesn't matct" | |
$view = False | |
$list = False | |
$required = True | |
$search = False | |
Protected Attributes | |
$encriptedFlag = False |
Definition at line 21 of file Password.php.
doCreate | ( | ) |
Reimplemented from Data.
Definition at line 139 of file Password.php.
doRead | ( | ) |
It's important to distinguish between encrypted (from DB) and unencrypted (from User form and some of calls to ->val($val) ) values. All the operations regarding altering the DB will check for encription and make it before interacting with the DB. When reading from the DB, the encriptedFlag will be set to true, other interactions will have to check and set the flag.
Reimplemented from Data.
Definition at line 133 of file Password.php.
doSearch | ( | ) |
Reimplemented from Data.
Definition at line 151 of file Password.php.
doUpdate | ( | ) |
Reimplemented from Data.
Definition at line 145 of file Password.php.
readFromDB | ( | ) |
Definition at line 62 of file Password.php.
showCreate | ( | ) |
Reimplemented from Data.
Definition at line 103 of file Password.php.
showInput | ( | $ | fill = false | ) |
Reimplemented from String.
Definition at line 68 of file Password.php.
showUpdate | ( | ) |
Reimplemented from Data.
Definition at line 79 of file Password.php.
val | ( | $ | val = null | ) |
Definition at line 36 of file Password.php.
$encriptedFlag = False [protected] |
Definition at line 24 of file Password.php.
$list = False |
Reimplemented from String.
Definition at line 30 of file Password.php.
$required = True |
Reimplemented from Data.
Definition at line 31 of file Password.php.
$search = False |
Reimplemented from Data.
Definition at line 32 of file Password.php.
$validationMatch = "The new password and the validation doesn't matct" |
Definition at line 27 of file Password.php.
$valudationCurrent = 'The current password is incorrect' |
Definition at line 26 of file Password.php.
$view = False |
Reimplemented from String.
Definition at line 29 of file Password.php.