Go to the source code of this file.
Namespaces | |
| namespace | CLSTAT |
Variables | |
| if(empty($_REQUEST['path_id'])) | $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 = '' | |
| if (empty($_REQUEST['path_id'])) $nameTools = get_lang('Learning paths tracking') |
Definition at line 29 of file learnPath_details.php.
| $out = '' |
Definition at line 61 of file learnPath_details.php.
| $TABLEASSET = $tbl_lp_asset |
Definition at line 52 of file learnPath_details.php.
| $TABLECOURSUSER = $tbl_rel_course_user |
Definition at line 55 of file learnPath_details.php.
| $TABLELEARNPATH = $tbl_lp_learnPath |
Definition at line 49 of file learnPath_details.php.
| $TABLELEARNPATHMODULE = $tbl_lp_rel_learnPath_module |
Definition at line 51 of file learnPath_details.php.
| $TABLEMODULE = $tbl_lp_module |
Definition at line 50 of file learnPath_details.php.
| $TABLEUSER = $tbl_user |
Definition at line 56 of file learnPath_details.php.
| $TABLEUSERMODULEPROGRESS = $tbl_lp_user_module_progress |
Definition at line 53 of file learnPath_details.php.
| $tbl_cdb_names = claro_sql_get_course_tbl() |
Definition at line 39 of file learnPath_details.php.
| $tbl_lp_asset = $tbl_cdb_names['lp_asset' ] |
Definition at line 47 of file learnPath_details.php.
| $tbl_lp_learnPath = $tbl_cdb_names['lp_learnPath' ] |
Definition at line 43 of file learnPath_details.php.
| $tbl_lp_module = $tbl_cdb_names['lp_module' ] |
Definition at line 46 of file learnPath_details.php.
| $tbl_lp_rel_learnPath_module = $tbl_cdb_names['lp_rel_learnPath_module'] |
Definition at line 44 of file learnPath_details.php.
| $tbl_lp_user_module_progress = $tbl_cdb_names['lp_user_module_progress'] |
Definition at line 45 of file learnPath_details.php.
| $tbl_mdb_names = claro_sql_get_main_tbl() |
Definition at line 40 of file learnPath_details.php.
| $tbl_rel_course_user = $tbl_mdb_names['rel_course_user' ] |
Definition at line 41 of file learnPath_details.php.
| $tbl_user = $tbl_mdb_names['user' ] |
Definition at line 42 of file learnPath_details.php.
1.6.3