Go to the source code of this file.
Namespaces | |
| namespace | CLSTAT |
Variables | |
| $nameTools = get_lang('Learning paths tracking') | |
| $tbl_cdb_names = claro_sql_get_course_tbl() | |
| $tbl_mdb_names = claro_sql_get_main_tbl() | |
| $tbl_rel_course_user = $tbl_mdb_names['rel_course_user' ] | |
| $tbl_user = $tbl_mdb_names['user' ] | |
| $tbl_lp_learnPath = $tbl_cdb_names['lp_learnPath' ] | |
| $tbl_lp_rel_learnPath_module = $tbl_cdb_names['lp_rel_learnPath_module'] | |
| $tbl_lp_user_module_progress = $tbl_cdb_names['lp_user_module_progress'] | |
| $tbl_lp_module = $tbl_cdb_names['lp_module' ] | |
| $tbl_lp_asset = $tbl_cdb_names['lp_asset' ] | |
| $TABLELEARNPATH = $tbl_lp_learnPath | |
| $TABLEMODULE = $tbl_lp_module | |
| $TABLELEARNPATHMODULE = $tbl_lp_rel_learnPath_module | |
| $TABLEASSET = $tbl_lp_asset | |
| $TABLEUSERMODULEPROGRESS = $tbl_lp_user_module_progress | |
| $TABLECOURSUSER = $tbl_rel_course_user | |
| $TABLEUSER = $tbl_user | |
| $out = '' | |
| $titleTab ['mainTitle'] = $nameTools | |
| $titleTab ['subTitle'] = get_lang('Progression of users on all learning paths') | |
| $nameTools = get_lang('Learning paths tracking') |
Definition at line 22 of file learnPath_detailsAllPath.php.
| $out = '' |
Definition at line 48 of file learnPath_detailsAllPath.php.
| $TABLEASSET = $tbl_lp_asset |
Definition at line 42 of file learnPath_detailsAllPath.php.
| $TABLECOURSUSER = $tbl_rel_course_user |
Definition at line 45 of file learnPath_detailsAllPath.php.
| $TABLELEARNPATH = $tbl_lp_learnPath |
Definition at line 39 of file learnPath_detailsAllPath.php.
| $TABLELEARNPATHMODULE = $tbl_lp_rel_learnPath_module |
Definition at line 41 of file learnPath_detailsAllPath.php.
| $TABLEMODULE = $tbl_lp_module |
Definition at line 40 of file learnPath_detailsAllPath.php.
| $TABLEUSER = $tbl_user |
Definition at line 46 of file learnPath_detailsAllPath.php.
| $TABLEUSERMODULEPROGRESS = $tbl_lp_user_module_progress |
Definition at line 43 of file learnPath_detailsAllPath.php.
| $tbl_cdb_names = claro_sql_get_course_tbl() |
Definition at line 27 of file learnPath_detailsAllPath.php.
| $tbl_lp_asset = $tbl_cdb_names['lp_asset' ] |
Definition at line 36 of file learnPath_detailsAllPath.php.
| $tbl_lp_learnPath = $tbl_cdb_names['lp_learnPath' ] |
Definition at line 32 of file learnPath_detailsAllPath.php.
| $tbl_lp_module = $tbl_cdb_names['lp_module' ] |
Definition at line 35 of file learnPath_detailsAllPath.php.
| $tbl_lp_rel_learnPath_module = $tbl_cdb_names['lp_rel_learnPath_module'] |
Definition at line 33 of file learnPath_detailsAllPath.php.
| $tbl_lp_user_module_progress = $tbl_cdb_names['lp_user_module_progress'] |
Definition at line 34 of file learnPath_detailsAllPath.php.
| $tbl_mdb_names = claro_sql_get_main_tbl() |
Definition at line 28 of file learnPath_detailsAllPath.php.
| $tbl_rel_course_user = $tbl_mdb_names['rel_course_user' ] |
Definition at line 30 of file learnPath_detailsAllPath.php.
| $tbl_user = $tbl_mdb_names['user' ] |
Definition at line 31 of file learnPath_detailsAllPath.php.
| $titleTab['subTitle'] = get_lang('Progression of users on all learning paths') |
Definition at line 57 of file learnPath_detailsAllPath.php.
| $titleTab['mainTitle'] = $nameTools |
Definition at line 56 of file learnPath_detailsAllPath.php.
1.6.3