From 5888fa8b601963cbea68462116577332404fe138 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 May 2016 17:10:01 +0200 Subject: * application event handling module --- app/php/application.xml | 2 ++ app/php/events/EventModule.php | 53 ++++++++++++++++++++++++++++++++++++++++++ app/php/events/config.xml | 6 +++++ 3 files changed, 61 insertions(+) create mode 100644 app/php/events/EventModule.php create mode 100644 app/php/events/config.xml (limited to 'app/php') diff --git a/app/php/application.xml b/app/php/application.xml index b89de7e..ec23f55 100644 --- a/app/php/application.xml +++ b/app/php/application.xml @@ -15,6 +15,8 @@ + +