Procedural File: tce_functions_auth_sql.php
Source Location: /admin/code/tce_functions_auth_sql.php
Page Details:
Functions to select topics.
Tags:
F_select_executed_tests_sql [line 164]
string F_select_executed_tests_sql(
)
|
|
Returns a SQL string to select executed tests accounting for user authorizations.
Tags:
F_select_modules_sql [line 62]
string F_select_modules_sql(
[string $andwhere = ''])
|
|
Returns a SQL string to select modules accounting for user authorizations.
Tags:
Parameters
string |
$andwhere |
additional WHERE statements (e.g.: "module_enabled='1'") |
F_select_module_subjects_sql [line 118]
string F_select_module_subjects_sql(
[string $andwhere = ''])
|
|
Returns a SQL string to select modules and subjects accounting for user authorizations.
Tags:
Parameters
string |
$andwhere |
additional WHERE statements (e.g.: "subject_enabled='1'") |
F_select_subjects_sql [line 90]
string F_select_subjects_sql(
[string $andwhere = ''])
|
|
Returns a SQL string to select subjects accounting for user authorizations.
Tags:
Parameters
string |
$andwhere |
additional WHERE statements (e.g.: "subject_enabled='1'") |
F_select_tests_sql [line 144]
string F_select_tests_sql(
)
|
|
Returns a SQL string to select tests accounting for user authorizations.
Tags:
|
|