summaryrefslogtreecommitdiffstats
path: root/application/modules/backend/controllers/UserController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/backend/controllers/UserController.php')
-rw-r--r--application/modules/backend/controllers/UserController.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/application/modules/backend/controllers/UserController.php b/application/modules/backend/controllers/UserController.php
new file mode 100644
index 0000000..a7a90c2
--- /dev/null
+++ b/application/modules/backend/controllers/UserController.php
@@ -0,0 +1,18 @@
+<?php
+
+class Backend_UserController extends Zend_Controller_Action
+{
+
+ public function init()
+ {
+ /* Initialize action controller here */
+ }
+
+ public function indexAction()
+ {
+ // action body
+ }
+
+
+}
+