summaryrefslogtreecommitdiffstats
path: root/application/modules/backend/controllers/UserController.php
diff options
context:
space:
mode:
authorOpenSLX2010-01-20 16:47:35 +0100
committerOpenSLX2010-01-20 16:47:35 +0100
commit04173263974af0e7a354e066b9d7ec9c13c4289d (patch)
tree82dc2e2662d24e0aaba8a16c4c90b3819c06a662 /application/modules/backend/controllers/UserController.php
downloadpbs-04173263974af0e7a354e066b9d7ec9c13c4289d.tar.gz
pbs-04173263974af0e7a354e066b9d7ec9c13c4289d.tar.xz
pbs-04173263974af0e7a354e066b9d7ec9c13c4289d.zip
initial import
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
+ }
+
+
+}
+