searching works now (pager missing)
[phorkie.git] / src / phorkie / Database.php
diff --git a/src/phorkie/Database.php b/src/phorkie/Database.php
new file mode 100644 (file)
index 0000000..add38be
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+namespace phorkie;
+
+class Database
+{
+    public function getSearch()
+    {
+        return new Search_Elasticsearch();
+    }
+
+    public function getIndexer()
+    {
+        //FIXME
+    }
+
+}
+
+?>