site initialized; basic catalog lists videos
[living-lab-site.git] / application / controllers / tmp.php
diff --git a/application/controllers/tmp.php b/application/controllers/tmp.php
new file mode 100644 (file)
index 0000000..346acb5
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * Class Tmp controlls video hierarchy and searching
+ *
+ * @category   Controller
+ * @author             Călin-Andrei Burloiu
+ */
+class Tmp extends CI_Controller {
+       
+       public function index()
+       {
+               
+       }
+}
+
+/* End of file tmp.php */
+/* Location: ./application/controllers/tmp.php */