Go to the source code of this file.
Variables | |
| if(empty($_REQUEST['uInfo'])) if(empty($_REQUEST['path_id'])) | $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 | |
| $is_allowedToTrack = claro_is_course_manager() | |
| $sql | |
| $uDetails = claro_sql_query_get_single_row($sql) | |
| $lpDetails = claro_sql_query_get_single_row($sql) | |
| $interbredcrump [] = array ("url"=>"../learnPath/learningPathList.php", "name"=> get_lang('Learning path list')) | |
| $nameTools = get_lang('Modules') | |
| $_SERVER ['QUERY_STRING'] = 'uInfo='.$_REQUEST['uInfo']."&path_id=".$_REQUEST['path_id'] | |
| $out = '' | |
| $titleTab ['mainTitle'] = $nameTools | |
| $titleTab ['subTitle'] = $lpDetails['name'] | |
| $_SERVER['QUERY_STRING'] = 'uInfo='.$_REQUEST['uInfo']."&path_id=".$_REQUEST['path_id'] |
Definition at line 99 of file lp_modules_details.php.
| $interbredcrump[] = array ("url"=>"../learnPath/learningPathList.php", "name"=> get_lang('Learning path list')) |
Definition at line 94 of file lp_modules_details.php.
| $is_allowedToTrack = claro_is_course_manager() |
Definition at line 75 of file lp_modules_details.php.
| $lpDetails = claro_sql_query_get_single_row($sql) |
Definition at line 88 of file lp_modules_details.php.
| $nameTools = get_lang('Modules') |
Definition at line 97 of file lp_modules_details.php.
| $out = '' |
Definition at line 101 of file lp_modules_details.php.
| $sql |
"SELECT `nom` AS `lastname`, `prenom` as `firstname`, `email` FROM `".$TABLEUSER."` WHERE `user_id` = ". (int)$_REQUEST['uInfo']
Definition at line 79 of file lp_modules_details.php.
| $TABLEASSET = $tbl_lp_asset |
Definition at line 61 of file lp_modules_details.php.
| $TABLECOURSUSER = $tbl_rel_course_user |
Definition at line 64 of file lp_modules_details.php.
| $TABLELEARNPATH = $tbl_lp_learnPath |
Definition at line 58 of file lp_modules_details.php.
| $TABLELEARNPATHMODULE = $tbl_lp_rel_learnPath_module |
Definition at line 60 of file lp_modules_details.php.
| $TABLEMODULE = $tbl_lp_module |
Definition at line 59 of file lp_modules_details.php.
| $TABLEUSER = $tbl_user |
Definition at line 65 of file lp_modules_details.php.
| $TABLEUSERMODULEPROGRESS = $tbl_lp_user_module_progress |
Definition at line 62 of file lp_modules_details.php.
| if (empty($_REQUEST['uInfo'])) if (empty($_REQUEST['path_id'])) $tbl_cdb_names = claro_sql_get_course_tbl() |
Definition at line 47 of file lp_modules_details.php.
| $tbl_lp_asset = $tbl_cdb_names['lp_asset' ] |
Definition at line 55 of file lp_modules_details.php.
| $tbl_lp_learnPath = $tbl_cdb_names['lp_learnPath' ] |
Definition at line 51 of file lp_modules_details.php.
| $tbl_lp_module = $tbl_cdb_names['lp_module' ] |
Definition at line 54 of file lp_modules_details.php.
| $tbl_lp_rel_learnPath_module = $tbl_cdb_names['lp_rel_learnPath_module'] |
Definition at line 52 of file lp_modules_details.php.
| $tbl_lp_user_module_progress = $tbl_cdb_names['lp_user_module_progress'] |
Definition at line 53 of file lp_modules_details.php.
| $tbl_mdb_names = claro_sql_get_main_tbl() |
Definition at line 48 of file lp_modules_details.php.
| $tbl_rel_course_user = $tbl_mdb_names['rel_course_user' ] |
Definition at line 49 of file lp_modules_details.php.
| $tbl_user = $tbl_mdb_names['user' ] |
Definition at line 50 of file lp_modules_details.php.
| $titleTab['subTitle'] = $lpDetails['name'] |
Definition at line 105 of file lp_modules_details.php.
| $titleTab['mainTitle'] = $nameTools |
Definition at line 104 of file lp_modules_details.php.
| $uDetails = claro_sql_query_get_single_row($sql) |
Definition at line 82 of file lp_modules_details.php.
1.6.3