Go to the source code of this file.
Variables | |
| $tbl_used_lang = '`' . $mainDbName . '`.`' . $mainTblPrefix . TABLE_USED_LANG_VAR . '`' | |
| $starttime = get_time() | |
| $nameTools = 'Build an empty language file' | |
| $urlSDK = $rootAdminWeb . 'xtra/sdk/' | |
| $urlTranslation = $urlSDK . 'translation_index.php' | |
| $path_lang = $rootSys . "claroline/lang" | |
| $sqlComplete | |
| $completeVarList = claro_sql_query_fetch_all_rows($sqlComplete) | |
| $sqlInstall | |
| $installVarList = claro_sql_query_fetch_all_rows($sqlInstall) | |
| $endtime = get_time() | |
| $totaltime = ($endtime - $starttime) | |
| $completeVarList = claro_sql_query_fetch_all_rows($sqlComplete) |
Definition at line 63 of file build_empty_lang_file.php.
| $endtime = get_time() |
Definition at line 137 of file build_empty_lang_file.php.
| $installVarList = claro_sql_query_fetch_all_rows($sqlInstall) |
Definition at line 104 of file build_empty_lang_file.php.
| $nameTools = 'Build an empty language file' |
Definition at line 39 of file build_empty_lang_file.php.
| $path_lang = $rootSys . "claroline/lang" |
Definition at line 53 of file build_empty_lang_file.php.
| $sqlComplete |
" SELECT DISTINCT u.varName FROM ". $tbl_used_lang . " u WHERE u.sourceFile NOT LIKE '%/install/%' ORDER BY u.varName"
Definition at line 58 of file build_empty_lang_file.php.
| $sqlInstall |
"SELECT DISTINCT u.varName FROM ". $tbl_used_lang . " u WHERE u.sourceFile LIKE '%/install/%' ORDER BY u.varName"
Definition at line 99 of file build_empty_lang_file.php.
| $starttime = get_time() |
Definition at line 35 of file build_empty_lang_file.php.
| $tbl_used_lang = '`' . $mainDbName . '`.`' . $mainTblPrefix . TABLE_USED_LANG_VAR . '`' |
Definition at line 31 of file build_empty_lang_file.php.
| $totaltime = ($endtime - $starttime) |
Definition at line 138 of file build_empty_lang_file.php.
| ClaroBreadCrumbs::getInstance ()->prepend(get_lang('SDK') $urlSDK = $rootAdminWeb . 'xtra/sdk/' |
Definition at line 41 of file build_empty_lang_file.php.
| ClaroBreadCrumbs::getInstance ()->prepend(get_lang('Translation Tools') $urlTranslation = $urlSDK . 'translation_index.php' |
Definition at line 42 of file build_empty_lang_file.php.
1.6.3