![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Public Member Functions | |
| handle (&$params) | |
| createRegistrationTable () | |
| validateRegistrationForm ($values) | |
| _fireDelegateMethod ($name, &$record, $params=null) | |
| processRegistrationForm ($values) | |
Data Fields | |
| $form | |
| $params | |
| $ontology | |
An action that allows users to register for the application.
This action is only enabled if all of the following conditions hold:
June 4, 2007
Definition at line 32 of file register.php.
| _fireDelegateMethod | ( | $name, | |
| & | $record, | ||
$params = null |
|||
| ) |
Definition at line 273 of file register.php.
| createRegistrationTable | ( | ) |
Creates a table to hold the temporary user registrations.
Definition at line 201 of file register.php.
| handle | ( | & | $params | ) |
Definition at line 43 of file register.php.
| processRegistrationForm | ( | $values | ) |
Definition at line 298 of file register.php.
| validateRegistrationForm | ( | $values | ) |
Validates the registration form to make sure that it is OK for input. Mainly this just checks for duplicate user names.
| array | $values | Value map. Usually from $_POST |
Definition at line 227 of file register.php.
| $form |
Reference to hold the HTML_QuickForm object that is used as the registration form.
Definition at line 38 of file register.php.
| $ontology |
Definition at line 40 of file register.php.
| $params |
Definition at line 39 of file register.php.
1.8.1.2