Go to the source code of this file.
Variables | |
| $tbl_used_lang = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_USED_LANG_VAR . '`' | |
| $tbl_translation = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_TRANSLATION . '`' | |
| $starttime = get_time() | |
| $resultPerPage = 50 | |
| $urlSDK = get_path('rootAdminWeb') . 'xtra/sdk/' | |
| $urlTranslation = $urlSDK . 'translation_index.php' | |
| $sql | |
| $results = claro_sql_query($sql) | |
| $row = mysql_fetch_row($results) | |
| $count_total_diff_var = $row[0] | |
| $totaltime = ($endtime - $starttime) | |
| $count_total_diff_var = $row[0] |
Definition at line 69 of file progression_translation.php.
| $resultPerPage = 50 |
Definition at line 40 of file progression_translation.php.
| $results = claro_sql_query($sql) |
Definition at line 67 of file progression_translation.php.
| $row = mysql_fetch_row($results) |
Definition at line 68 of file progression_translation.php.
| $sql |
" SELECT count(DISTINCT varName) FROM " . $tbl_used_lang . ""
Definition at line 64 of file progression_translation.php.
| $starttime = get_time() |
Definition at line 36 of file progression_translation.php.
| $tbl_translation = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_TRANSLATION . '`' |
Definition at line 33 of file progression_translation.php.
| $tbl_used_lang = '`' . get_conf('mainDbName') . '`.`' . get_conf('mainTblPrefix') . TABLE_USED_LANG_VAR . '`' |
Definition at line 32 of file progression_translation.php.
| $totaltime = ($endtime - $starttime) |
Definition at line 235 of file progression_translation.php.
| ClaroBreadCrumbs::getInstance ()->prepend(get_lang('SDK') $urlSDK = get_path('rootAdminWeb') . 'xtra/sdk/' |
Definition at line 54 of file progression_translation.php.
| ClaroBreadCrumbs::getInstance ()->prepend(get_lang('Translation Tools') $urlTranslation = $urlSDK . 'translation_index.php' |
Definition at line 55 of file progression_translation.php.
1.6.3