Сам разобрался
$query = db::query("SHOW TABLES;"); while($t = mysql_fetch_row($query)) { $tables[] = $t[0]; }