aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Database.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/Database.php')
-rw-r--r--src/phorkie/Database.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/phorkie/Database.php b/src/phorkie/Database.php
new file mode 100644
index 0000000..add38be
--- /dev/null
+++ b/src/phorkie/Database.php
@@ -0,0 +1,18 @@
+<?php
+namespace phorkie;
+
+class Database
+{
+ public function getSearch()
+ {
+ return new Search_Elasticsearch();
+ }
+
+ public function getIndexer()
+ {
+ //FIXME
+ }
+
+}
+
+?>