From 1b24ddb6b12bd85d15beed45476d72678b758128 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 8 Jun 2016 20:21:12 -0400 Subject: Add new MVC, 'Obj' This MVC will be used to browse scrott datastructures. --- app/controller/obj.control.php | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 app/controller/obj.control.php (limited to 'app/controller/obj.control.php') diff --git a/app/controller/obj.control.php b/app/controller/obj.control.php new file mode 100644 index 0000000..f341b48 --- /dev/null +++ b/app/controller/obj.control.php @@ -0,0 +1,48 @@ +type) + { + case "group": + $this->action_group($mod, $argv[0]); + break; + } + } + + function action_group($mod, $guid) + { + /* TODO */ + } +} + +?> -- cgit v1.2.3