total_rows / $this->per_page); $pk_column = null; foreach ($this->columns as $col) { if ($col['Key'] === 'PRI') { $pk_column = $col['Field']; break; } } ?>
Databases / database_name); ?> / table_name); ?>

table_name); ?>

total_rows); ?> rows
Structure Export Drop Table
table_info)): ?>
total_rows); ?>
Total Rows
columns); ?>
Columns
table_info['total_size'] ?? '-'; ?>
Size
table_info['engine'] ?? '-'; ?>
Engine
columns as $col): ?> rows)): ?> rows as $row): ?> columns as $col): ?>
Actions
No data in this table. Click "Add Row" to insert data.
NULL'; } else { $display = htmlspecialchars(substr($value, 0, 100)); if (strlen($value) > 100) $display .= '...'; echo $display; } ?>
1): ?>
Showing current_page - 1) * $this->per_page) + 1; ?> - current_page * $this->per_page, $this->total_rows); ?> of total_rows); ?>
current_page > 1): ?> First Prev current_page - 2); $end = min($total_pages, $this->current_page + 2); for ($i = $start; $i <= $end; $i++): ?> current_page < $total_pages): ?> Next Last