Go to the source code of this file.
Namespaces | |
| namespace | CLTRACK |
Variables | |
| $tbl_mdb_names = claro_sql_get_main_tbl() | |
| $tbl_course = $tbl_mdb_names['course' ] | |
| $tbl_rel_course_user = $tbl_mdb_names['rel_course_user' ] | |
| $tbl_user = $tbl_mdb_names['user' ] | |
| $tbl_tracking_event = $tbl_mdb_names['tracking_event'] | |
| $cssLoader = CssLoader::getInstance() | |
| $nameTools = get_lang('Platform statistics') | |
| $html = '' | |
| $header = get_lang('Access') | |
| $content = '<ul>' | |
| $sql | |
| $count = claro_sql_query_get_single_value($sql) | |
| $footer = '<a href="platform_access_details.php">'.get_lang('Traffic Details').'</a>' | |
| $content = '<ul>' |
Definition at line 70 of file platformReport.php.
| $count = claro_sql_query_get_single_value($sql) |
Definition at line 77 of file platformReport.php.
| $cssLoader = CssLoader::getInstance() |
Definition at line 52 of file platformReport.php.
| $footer = '<a href="platform_access_details.php">'.get_lang('Traffic Details').'</a>' |
Definition at line 119 of file platformReport.php.
| $header = get_lang('Access') |
Definition at line 68 of file platformReport.php.
| $html = '' |
Definition at line 59 of file platformReport.php.
| $nameTools = get_lang('Platform statistics') |
Definition at line 57 of file platformReport.php.
| $sql |
"SELECT count(*) FROM `".$tbl_tracking_event."` WHERE `type` = 'platform_access'"
Definition at line 73 of file platformReport.php.
| $tbl_course = $tbl_mdb_names['course' ] |
Definition at line 42 of file platformReport.php.
| $tbl_mdb_names = claro_sql_get_main_tbl() |
Definition at line 41 of file platformReport.php.
| $tbl_rel_course_user = $tbl_mdb_names['rel_course_user' ] |
Definition at line 43 of file platformReport.php.
| $tbl_tracking_event = $tbl_mdb_names['tracking_event'] |
Definition at line 45 of file platformReport.php.
| $tbl_user = $tbl_mdb_names['user' ] |
Definition at line 44 of file platformReport.php.
1.6.3