YaWK
24.1
Yet another WebKit
|
Handles the Blog System. More...
Public Member Functions | |
__construct () | |
signup constructor. More... | |
Static Public Member Functions | |
static | signUp ($db) |
draw html output adultcheck or form on demand More... | |
Public Attributes | |
$userpage | |
Protected Attributes | |
$form | |
$html | |
$signup | |
$username | |
Handles the Blog System.
Let users signup to your website.
Allow your users to register and login to your website. You can choose, which group they belong, or let them choose between a pre-defined list of groups for maximum flexibility.
This class covers frontend functionality. See Methods Summary for Details!
Definition at line 14 of file signup.php.
YAWK\PLUGINS\SIGNUP\signup::__construct | ( | ) |
signup constructor.
Definition at line 30 of file signup.php.
|
static |
draw html output adultcheck or form on demand
object | $db | database |
Definition at line 83 of file signup.php.
References $db, YAWK\PLUGINS\SIGNUP\signup\$form, and YAWK\settings\getSetting().
|
protected |
string | form |
Definition at line 21 of file signup.php.
Referenced by YAWK\PLUGINS\SIGNUP\signup\signUp().
|
protected |
string | html |
Definition at line 23 of file signup.php.
|
protected |
string | signup |
Definition at line 25 of file signup.php.
|
protected |
string | username |
Definition at line 17 of file signup.php.
YAWK\PLUGINS\SIGNUP\signup::$userpage |
string | userpage |
Definition at line 19 of file signup.php.