| ' . (isset($row["Rows"]) ? ' | ' . htmlspecialchars($row["Name"]) . " | $row[Engine] | " . htmlspecialchars($row["Comment"]) . " | $row[Collation]" : ' | ' . htmlspecialchars($row["Name"]) . ' | ' . lang('View'));
$row["count"] = $mysql->result($mysql->query("SELECT COUNT(*) FROM " . idf_escape($row["Name"])));
foreach ((isset($row["Rows"]) ? array("Data_length" => "create", "Index_length" => "indexes", "Data_free" => "edit", "Auto_increment" => "create") : array()) + array("count" => "select") as $key => $link) {
echo ' | ' . (strlen($row[$key]) ? '' . number_format($row[$key], 0, '.', lang(',')) . '' : ' ');
|
|---|