Class Form
The Form class is meant to simplify the task of keeping track of errors in user submitted forms and the form field values that were entered correctly.
Package: Form
Category: Login
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC)
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/login/form.php
Category: Login
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC)
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/login/form.php
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public
array
|
private
array
|
$values | array() |
#
Holds submitted form field values |
private
array
|
$errors | array() |
#
Holds submitted form error messages |
public
integer
|
$num_errors |
|
#
The number of errors in submitted form |