Improve future framework
[infodrom.org/service.infodrom.org] / class / ajaxbackend.class.php
diff --git a/class/ajaxbackend.class.php b/class/ajaxbackend.class.php
new file mode 100644 (file)
index 0000000..505251c
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+class AJAXBackend() {
+  private $db;
+
+  public function __construct__()
+  {
+    global $db;
+    $this->db = $db;
+  }
+}
+
+?>
\ No newline at end of file