summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorSimon2011-03-16 12:07:20 +0100
committerSimon2011-03-16 12:07:20 +0100
commit4833ec55bbe8c7696cc4c75a0793950ced840418 (patch)
tree09d6237e0d4ca5932ca0a33f05e1366b60bf759d /application
parentsession erstellen in fbgui verschoben, library kann von überall verwendet we... (diff)
downloadpbs2-4833ec55bbe8c7696cc4c75a0793950ced840418.tar.gz
pbs2-4833ec55bbe8c7696cc4c75a0793950ced840418.tar.xz
pbs2-4833ec55bbe8c7696cc4c75a0793950ced840418.zip
controller und actions für Client und Pool hinzugefügt
Diffstat (limited to 'application')
-rw-r--r--application/modules/user/controllers/ClientController.php21
-rw-r--r--application/modules/user/controllers/PoolController.php35
-rw-r--r--application/modules/user/views/scripts/client/addclient.phtml1
-rw-r--r--application/modules/user/views/scripts/client/editclient.phtml1
-rw-r--r--application/modules/user/views/scripts/client/removeclient.phtml1
-rw-r--r--application/modules/user/views/scripts/index/index.phtml1
-rw-r--r--application/modules/user/views/scripts/pool/createpool.phtml1
-rw-r--r--application/modules/user/views/scripts/pool/deletepool.phtml1
-rw-r--r--application/modules/user/views/scripts/pool/editpool.phtml1
-rw-r--r--application/modules/user/views/scripts/pool/linkclient.phtml1
-rw-r--r--application/modules/user/views/scripts/pool/unlinkclient.phtml1
11 files changed, 65 insertions, 0 deletions
diff --git a/application/modules/user/controllers/ClientController.php b/application/modules/user/controllers/ClientController.php
index 54280f4..cb139d5 100644
--- a/application/modules/user/controllers/ClientController.php
+++ b/application/modules/user/controllers/ClientController.php
@@ -13,6 +13,27 @@ class User_ClientController extends Zend_Controller_Action
// action body
}
+ public function addclientAction()
+ {
+ // action body
+ }
+
+ public function removeclientAction()
+ {
+ // action body
+ }
+
+ public function editclientAction()
+ {
+ // action body
+ }
+
}
+
+
+
+
+
+
diff --git a/application/modules/user/controllers/PoolController.php b/application/modules/user/controllers/PoolController.php
index caa7dd4..cf4dfe7 100644
--- a/application/modules/user/controllers/PoolController.php
+++ b/application/modules/user/controllers/PoolController.php
@@ -13,6 +13,41 @@ class User_PoolController extends Zend_Controller_Action
// action body
}
+ public function createpoolAction()
+ {
+ // action body
+ }
+
+ public function deletepoolAction()
+ {
+ // action body
+ }
+
+ public function editpoolAction()
+ {
+ // action body
+ }
+
+ public function linkclientAction()
+ {
+ // action body
+ }
+
+ public function unlinkclientAction()
+ {
+ // action body
+ }
+
}
+
+
+
+
+
+
+
+
+
+
diff --git a/application/modules/user/views/scripts/client/addclient.phtml b/application/modules/user/views/scripts/client/addclient.phtml
new file mode 100644
index 0000000..9d1c04e
--- /dev/null
+++ b/application/modules/user/views/scripts/client/addclient.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Client</b> and script/action name <b>addclient</b></center> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/client/editclient.phtml b/application/modules/user/views/scripts/client/editclient.phtml
new file mode 100644
index 0000000..5092e5b
--- /dev/null
+++ b/application/modules/user/views/scripts/client/editclient.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Client</b> and script/action name <b>editclient</b></center> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/client/removeclient.phtml b/application/modules/user/views/scripts/client/removeclient.phtml
new file mode 100644
index 0000000..97254f6
--- /dev/null
+++ b/application/modules/user/views/scripts/client/removeclient.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Client</b> and script/action name <b>removeclient</b></center> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/index/index.phtml b/application/modules/user/views/scripts/index/index.phtml
index 57e6edb..f4feaa0 100644
--- a/application/modules/user/views/scripts/index/index.phtml
+++ b/application/modules/user/views/scripts/index/index.phtml
@@ -1 +1,2 @@
<h1>Welcome</h1>
+<div class='infobox'>nothing to see here</div>
diff --git a/application/modules/user/views/scripts/pool/createpool.phtml b/application/modules/user/views/scripts/pool/createpool.phtml
new file mode 100644
index 0000000..3d7f8ca
--- /dev/null
+++ b/application/modules/user/views/scripts/pool/createpool.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>createpool</b></center> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/pool/deletepool.phtml b/application/modules/user/views/scripts/pool/deletepool.phtml
new file mode 100644
index 0000000..622e663
--- /dev/null
+++ b/application/modules/user/views/scripts/pool/deletepool.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>deletepool</b></center> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/pool/editpool.phtml b/application/modules/user/views/scripts/pool/editpool.phtml
new file mode 100644
index 0000000..c70464e
--- /dev/null
+++ b/application/modules/user/views/scripts/pool/editpool.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>editpool</b></center> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/pool/linkclient.phtml b/application/modules/user/views/scripts/pool/linkclient.phtml
new file mode 100644
index 0000000..a2f9a6c
--- /dev/null
+++ b/application/modules/user/views/scripts/pool/linkclient.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>linkpool</b></center> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/pool/unlinkclient.phtml b/application/modules/user/views/scripts/pool/unlinkclient.phtml
new file mode 100644
index 0000000..e1d5397
--- /dev/null
+++ b/application/modules/user/views/scripts/pool/unlinkclient.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>unlinkpool</b></center> \ No newline at end of file