{set:$dbObj = IDBFactory::getDB();$tableInfo = $dbObj->query('show table status');}
工具>数据库管理>备份数据库
{foreach:items = $tableInfo} {/foreach}
选择 数据库表 记录条数 占用空间 编码 说明
{$item['Name']} {$item['Rows']} {echo:$item['Data_length']>=1024 ? ($item['Data_length']>>10).' KB':$item['Data_length'].' B'} {$item['Collation']} {$item['Comment']}