aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Controller.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-15 16:13:55 -0700
committerredmatrix <git@macgirvin.com>2016-04-15 16:13:55 -0700
commit07650b4646137e35ec975664ee69f077c9f370d3 (patch)
tree6ee3e5ecb0de7b47d467bce1b6a2eaefd39b721e /Zotlabs/Web/Controller.php
parentaaa327ca056fe8d1315b8fff9bb08b1c1d40fa1c (diff)
downloadvolse-hubzilla-07650b4646137e35ec975664ee69f077c9f370d3.tar.gz
volse-hubzilla-07650b4646137e35ec975664ee69f077c9f370d3.tar.bz2
volse-hubzilla-07650b4646137e35ec975664ee69f077c9f370d3.zip
get init() working with class modules
Diffstat (limited to 'Zotlabs/Web/Controller.php')
-rw-r--r--Zotlabs/Web/Controller.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/Zotlabs/Web/Controller.php b/Zotlabs/Web/Controller.php
new file mode 100644
index 000000000..ac835e008
--- /dev/null
+++ b/Zotlabs/Web/Controller.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Zotlabs\Web;
+
+
+class Controller {
+
+ function init() {}
+ function post() {}
+ function get() {}
+
+} \ No newline at end of file