Table of contents
Package: com\tecnick\tcexam\admin
Tags
- file: Functions to select topics.
- author: Nicola Asuni
- since: 2006-03-11
Functions
F_select_modules_sql()
File: tce_functions_auth_sql.php line 30
F_select_modules_sql([mixed $andwhere = '' ]) : string
Parameters
- $andwhere : mixed = ‘’: (string) additional WHERE statements (e.g.: “module_enabled=‘1’”)
Tags
- author: Nicola Asuni
- since: 2010-06-16
Return values
string —
sql statement
F_select_subjects_sql()
File: tce_functions_auth_sql.php line 56
F_select_subjects_sql([mixed $andwhere = '' ]) : string
Parameters
- $andwhere : mixed = ‘’: (string) additional WHERE statements (e.g.: “subject_enabled=‘1’”)
Tags
- author: Nicola Asuni
- since: 2006-03-12
Return values
string —
sql statement
F_select_module_subjects_sql()
File: tce_functions_auth_sql.php line 68
F_select_module_subjects_sql([mixed $andwhere = '' ]) : string
Parameters
- $andwhere : mixed = ‘’: (string) additional WHERE statements (e.g.: “subject_enabled=‘1’”)
Tags
- author: Nicola Asuni
- since: 2008-11-28
Return values
string —
sql statement
F_select_tests_sql()
File: tce_functions_auth_sql.php line 93
F_select_tests_sql() : string
Tags
- author: Nicola Asuni
- since: 2006-03-12
Return values
string —
sql statement
F_select_executed_tests_sql()
File: tce_functions_auth_sql.php line 111
F_select_executed_tests_sql() : string
Tags
- author: Nicola Asuni
- since: 2006-06-26
Return values
string —
sql statement