claroline/claroline/admin/xtra/sdk/lang/display_content_diff.php File Reference

Go to the source code of this file.

Variables

 $tbl_used_lang = '`' . $mainDbName . '`.`' . $mainTblPrefix . TABLE_USED_LANG_VAR . '`'
 $tbl_translation = '`' . $mainDbName . '`.`' . $mainTblPrefix . TABLE_TRANSLATION . '`'
 $starttime = get_time()
 $resultPerPage = 50
 $nameTools = 'Display different variables with the same content'
 $urlSDK = $rootAdminWeb . 'xtra/sdk/'
 $urlTranslation = $urlSDK . 'translation_index.php'
 $form = "<form action=\"" . $_SERVER['PHP_SELF'] . "\" method=\"GET\">"
 $results = claro_sql_query($sql)
 $sql
 $myPager = new claro_sql_pager($sql, $offset, $resultPerPage)
 $varContent = ""
 $i = $offset
 $color = true
 foreach ($results as $result)
 $endtime = get_time()
 $totaltime = ($endtime - $starttime)

Variable Documentation

$color = true

Definition at line 152 of file display_content_diff.php.

$endtime = get_time()

Definition at line 188 of file display_content_diff.php.

$form = "<form action=\"" . $_SERVER['PHP_SELF'] . "\" method=\"GET\">"

Definition at line 70 of file display_content_diff.php.

$i = $offset

Definition at line 151 of file display_content_diff.php.

$myPager = new claro_sql_pager($sql, $offset, $resultPerPage)

Definition at line 125 of file display_content_diff.php.

$nameTools = 'Display different variables with the same content'

Definition at line 54 of file display_content_diff.php.

$resultPerPage = 50

Definition at line 41 of file display_content_diff.php.

$results = claro_sql_query($sql)

Definition at line 87 of file display_content_diff.php.

$sql
Initial value:
 " SELECT DISTINCT L1.language , L1.varContent , L1.varName , L1.sourceFile
    FROM ". $tbl_translation . " L1,
         ". $tbl_translation . " L2,
         ". $tbl_used_lang . " U
    WHERE L1.language = \"" . $language . "\" and
        L1.language = L2.language and
        L1.varContent = L2.varContent and
        L1.varName <> L2.varName and
        L1.varName = U.varName
    ORDER BY L1.varContent, L1.varName"

Definition at line 112 of file display_content_diff.php.

$starttime = get_time()

Definition at line 37 of file display_content_diff.php.

$tbl_translation = '`' . $mainDbName . '`.`' . $mainTblPrefix . TABLE_TRANSLATION . '`'

Definition at line 34 of file display_content_diff.php.

$tbl_used_lang = '`' . $mainDbName . '`.`' . $mainTblPrefix . TABLE_USED_LANG_VAR . '`'

Definition at line 33 of file display_content_diff.php.

$totaltime = ($endtime - $starttime)

Definition at line 189 of file display_content_diff.php.

ClaroBreadCrumbs::getInstance ()->prepend(get_lang('SDK') $urlSDK = $rootAdminWeb . 'xtra/sdk/'

Definition at line 56 of file display_content_diff.php.

ClaroBreadCrumbs::getInstance ()->prepend(get_lang('Translation Tools') $urlTranslation = $urlSDK . 'translation_index.php'

Definition at line 57 of file display_content_diff.php.

$varContent = ""

Definition at line 150 of file display_content_diff.php.

Initial value:
 '</ul>' . "\n"
.    '</div>' . "\n"

Definition at line 154 of file display_content_diff.php.

Generated on Tue Jun 8 12:28:36 2010 for Claroline API by  doxygen 1.6.3