1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-20 05:11:25 +02:00

Abstract schemas()

This commit is contained in:
Jakub Vrana
2013-10-24 22:16:24 -07:00
parent 8d9ef7afd2
commit f503d8130b
5 changed files with 20 additions and 3 deletions

View File

@@ -28,6 +28,10 @@ class Adminer {
}
}
function schemas() {
return schemas();
}
function databases($flush = true) {
return get_databases($flush);
}