From a73aade7130ba22ffb434b0f32c6421a7324b237 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 28 Nov 2008 22:06:26 +0000 Subject: The start of a rearrange module --- modules/rearrange/controllers/rearrange.php | 52 +++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 modules/rearrange/controllers/rearrange.php (limited to 'modules/rearrange/controllers') diff --git a/modules/rearrange/controllers/rearrange.php b/modules/rearrange/controllers/rearrange.php new file mode 100644 index 00000000..d5cebd4a --- /dev/null +++ b/modules/rearrange/controllers/rearrange.php @@ -0,0 +1,52 @@ +_show($root); + } + + public function _form_add($item_id) { + throw new Exception("@todo Rearrange_Controller::_form_add NOT IMPLEMENTED"); + } + + public function _form_edit($tag) { + throw new Exception("@todo Rearrange_Controller::_form_edit NOT IMPLEMENTED"); + } + + public function _create($tag) { + throw new Exception("@todo Rearrange_Controller::_create NOT IMPLEMENTED"); + } + + public function _delete($tag) { + throw new Exception("@todo Rearrange_Controller::_delete NOT IMPLEMENTED"); + } + + public function _update($tag) { + throw new Exception("@todo Rearrange_Controller::_update NOT IMPLEMENTED"); + } +} -- cgit v1.2.3