![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Login Attempts" | |
$attempt = new LoginAttempt() | |
$attempt | filter = new InclusionFilter("date_received") |
$filterForm = new FilterForm($attempt) | |
$constraint = $filterForm->getConstraint() | |
$attempts = Query::create(LoginAttempt, "$constraint ORDER BY date_received")->execute() | |
$table = new DataListView($attempts, "login_attempts") | |
$table | pageSize = 20 |
$table | sortable = true |
$table | emptyMessage = "There have been no login attempts for this time period" |
$table | excelFile = "login_attempts.xls" |
$script = $filterForm->writeScript() | |
$attempt = new LoginAttempt() |
Definition at line 6 of file login_attempts.inc.
$attempts = Query::create(LoginAttempt, "$constraint ORDER BY date_received")->execute() |
Definition at line 15 of file login_attempts.inc.
$constraint = $filterForm->getConstraint() |
Definition at line 13 of file login_attempts.inc.
$filterForm = new FilterForm($attempt) |
Definition at line 10 of file login_attempts.inc.
$menu_item = "Login Attempts" |
Definition at line 4 of file login_attempts.inc.
$script = $filterForm->writeScript() |
Definition at line 30 of file login_attempts.inc.
$table = new DataListView($attempts, "login_attempts") |
Definition at line 17 of file login_attempts.inc.
$table emptyMessage = "There have been no login attempts for this time period" |
Definition at line 27 of file login_attempts.inc.
$table excelFile = "login_attempts.xls" |
Definition at line 28 of file login_attempts.inc.
$table filter = new InclusionFilter("date_received") |
Definition at line 8 of file login_attempts.inc.
$table pageSize = 20 |
Definition at line 24 of file login_attempts.inc.
$table sortable = true |
Definition at line 25 of file login_attempts.inc.