class FormCheck Class for checking form values
| author | Jan Lengowski <Jan.Lengowski@4fb.de> |
|---|---|
| version | 1.0 |
| copyright | four for business 2002 |
FormCheck()
| access | private |
|---|
isAlphabetic($value)
mixed Value to check
isEmail($value)
string eMail string to check
isNotEmpty($value)
mixed Value to check
isNotNull($value)
mixed Value to check
isNumeric($value)
mixed Value to check