me
/
DB-Xplorer
Archived
1
0
Fork 0
This repository has been archived on 2019-05-31. You can view files and clone it, but cannot push or open issues/pull-requests.
DB-Xplorer/pages/schemas.php

7 lines
228 B
PHP

<h2>Schemas</h2>
<table>
<tr><th>Schema</th></tr>
<?php foreach(getSchemasList() as $schema):?>
<tr><td><a href="?page=schema&schema=<?= $schema ?>"><?= $schema ?></a></td></tr>
<?php endforeach ?>
</table>