From 4833ec55bbe8c7696cc4c75a0793950ced840418 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 16 Mar 2011 12:07:20 +0100 Subject: controller und actions für Client und Pool hinzugefügt --- .../modules/user/controllers/PoolController.php | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'application/modules/user/controllers/PoolController.php') 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 + } + } + + + + + + + + + + -- cgit v1.2.3-55-g7522