lang->L_SQL_TABLESOFDB;?> `config->get('dynamic.dbActual');?>`

sqlHeadNavi(); if (!isset($this->selectedTables)) { $this->selectedTables = array(); } if (!empty($this->actionResult)) { $i = 1; ?>

action;?>:

getHelper('cycle')->cycle(array('row-even', 'row-odd')); foreach ($this->actionResult as $data) { if (!isset($data['code'])) { //success, operation done, show result ?>
# lang->L_TABLE;?> lang->L_ACTION;?> lang->L_MESSAGE_TYPE;?> lang->L_MESSAGE;?>
numberFormat($i);?>. getIcon('Ok', '', 16); } else { echo $this->getIcon('Attention', '', 16); } ?>
numberFormat($i);?>. action;?> lang->L_ERROR;?> ( getIcon('Attention', '', 16);?>

tables->getTotalItemCount() >= 1) { ?>
paginationControl($this->tables, 'Sliding', 'sql/paginator.phtml', array(1)); ?>

partial('/sql/tables/button-bar.phtml', array('lang' => $this->lang)); echo $this->partial('/sql/tables/table-header.phtml', array('lang' => $this->lang)); $i = $this->startEntry; $cycleHelper = $this->getHelper('cycle')->cycle(array('row-even', 'row-odd')); $imgTableData = $this->getIcon('Tabledata', '' ,16); foreach ($this->tables as $data): $tableName = $data['TABLE_NAME']; $tableNameOut = $this->out($tableName); ?> tables->getTotalItemCount() <= 0) { ?> partial('/sql/tables/table-header.phtml', array('lang' => $this->lang)); ?>
selectedTables)) { echo ' checked="checked"'; } ?> /> . 0) { echo $this->numberFormat($data['TABLE_ROWS']); } elseif ($data['TABLE_ROWS'] === null) { echo 'NULL'; } else { echo '-'; } ?> byteOutput($data['DATA_LENGTH'] + $data['INDEX_LENGTH']); } else { echo '-'; } ?> 0) { echo $this->byteOutput($data['INDEX_LENGTH']); } else { echo '-'; } ?> 0) { echo $this->numberFormat($data['AUTO_INCREMENT']); } else { echo '-'; } ?> isTableOptimizable($data['ENGINE'])) { if ($data['DATA_FREE'] == 0) { echo '-'; } else { if ($data['ENGINE'] == 'InnoDB') { echo '-'; } else { echo $this->byteOutput($data['DATA_FREE']); } } } else { echo ' '; } ?> escape($data['TABLE_COMMENT']); } else { echo '-'; } ?>
lang->L_INFO_DBEMPTY;?>
tables->getTotalItemCount() >= 1) { ?>
jQuery()->onLoadCaptureStart(); ?> $('.tableCheckbox').change(function() { checkButtonState(); }); jQuery()->onLoadCaptureEnd(); ?>