![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Authentication Tokens" | |
$token_id = checkNumeric($_GET["authentication_token_id"]) | |
$token = new AuthenticationToken() | |
if($token_id) | else |
$form = new AutoForm($token) | |
$form | allowDelete = true |
$mgr = new UserManager() | |
$userclass = $mgr->getUserClass() | |
$proto_user = new $userclass | |
$userSelect = new RelatedItemSelectFieldRenderer($form, "user_id", "User", $userclass, "ORDER BY ".$mgr->getUsernameField(), $mgr->getUsernameField(), $proto_user->getPrimaryKey()) | |
if($method=="POST") | $script = $form->writeScript() |
$form = new AutoForm($token) |
Definition at line 52 of file authentication_token_form.inc.
$menu_item = "Authentication Tokens" |
Definition at line 37 of file authentication_token_form.inc.
$mgr = new UserManager() |
Definition at line 55 of file authentication_token_form.inc.
$proto_user = new $userclass |
Definition at line 57 of file authentication_token_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 71 of file authentication_token_form.inc.
$token = new AuthenticationToken() |
Definition at line 41 of file authentication_token_form.inc.
$token_id = checkNumeric($_GET["authentication_token_id"]) |
Definition at line 39 of file authentication_token_form.inc.
$userclass = $mgr->getUserClass() |
Definition at line 56 of file authentication_token_form.inc.
$userSelect = new RelatedItemSelectFieldRenderer($form, "user_id", "User", $userclass, "ORDER BY ".$mgr->getUsernameField(), $mgr->getUsernameField(), $proto_user->getPrimaryKey()) |
Definition at line 58 of file authentication_token_form.inc.
$form allowDelete = true |
Definition at line 53 of file authentication_token_form.inc.
if ( $token_id) else |
Definition at line 47 of file authentication_token_form.inc.