From 36d878ac00f4df0a4ff54e2ea8355b323f0a87f3 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 12 Jan 2019 15:52:55 +0100 Subject: add timeline class and event class --- app/class/controllertimeline.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/class/controllertimeline.php (limited to 'app/class/controllertimeline.php') diff --git a/app/class/controllertimeline.php b/app/class/controllertimeline.php new file mode 100644 index 0000000..5f80fc2 --- /dev/null +++ b/app/class/controllertimeline.php @@ -0,0 +1,26 @@ +eventmanager = new Modeltimeline; + } + + public function desktop() + { + var_dump($this->eventmanager->list()); + } +} + + + + + + + + +?> \ No newline at end of file -- cgit v1.2.3