Description
EtChatConfig
|
--UserCheckerAndInserter
Located in File: /UserCheckerAndInserter.class.php
Class UserCheckerAndInserter, checks the user and insert him/her to db, if possible
LICENSE: CREATIVE COMMONS PUBLIC LICENSE "Namensnennung — Nicht-kommerziell 2.0"
Method Detail
Summary:
Constructor __construct (line 70)
void __construct(
$dbObj, array
$user_exists, string
$user, string
$pw, string
$gender, XMLParser
$lang, ConnectDB
$dbObj,)
Overrides : EtChatConfig::__construct() Constructor
Constructor
Parameters
- ConnectDB $dbObj,: Obj with the db connection handler
- array $user_exists:
- string $user:
- string $pw:
- string $gender:
- XMLParser $lang:
- $dbObj:
Info
Method createNewUser (line 105)
void createNewUser(
)
CreateNewUser, if there is no such user name in user tab, creates a new dataset
Info
Method userWithoutPw (line 137)
void userWithoutPw(
)
UserWithoutPw, this user has a pw in db, so the status is "pw" to make a invitation in login-form to insert a pw
Info
Method userWithPw (line 119)
void userWithPw(
)
UserWithPw, user name and user pw were committed from login form
Info