more initial code
[glcas.git] / lib / plugins / db.php
index 67c94a5..cf8974f 100644 (file)
@@ -1,2 +1,22 @@
 <?php
+
+function db_getDB()
+{
+       global $DB_URL;
+}
+
+function db_createDB()
+{
+       
+}
+
+function db_createTable($tablename)
+{
+       
+}
+
+function db_getTables()
+{
+       
+}
 ?>
\ No newline at end of file