summaryrefslogtreecommitdiffstats
path: root/application/controllers/PoolController.php
diff options
context:
space:
mode:
authorSimon2011-03-06 18:42:08 +0100
committerSimon2011-03-06 18:42:08 +0100
commit36165ba32a0e45c3c51e84ad4d94f41c861fa804 (patch)
tree9e1618925cc36de28d32b3a6206d62ae33ab0c7b /application/controllers/PoolController.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-36165ba32a0e45c3c51e84ad4d94f41c861fa804.tar.gz
pbs2-36165ba32a0e45c3c51e84ad4d94f41c861fa804.tar.xz
pbs2-36165ba32a0e45c3c51e84ad4d94f41c861fa804.zip
Client und Pool-Controller hinzugefügt && addclientAction hinzugefügt
Diffstat (limited to 'application/controllers/PoolController.php')
-rw-r--r--application/controllers/PoolController.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/application/controllers/PoolController.php b/application/controllers/PoolController.php
new file mode 100644
index 0000000..795fe3a
--- /dev/null
+++ b/application/controllers/PoolController.php
@@ -0,0 +1,18 @@
+<?php
+
+class PoolController extends Zend_Controller_Action
+{
+
+ public function init()
+ {
+ /* Initialize action controller here */
+ }
+
+ public function indexAction()
+ {
+ // action body
+ }
+
+
+}
+