From 0d538c464954334652c86f74fdeb7b756713bf53 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 9 Mar 2016 16:40:25 +0100 Subject: * configuration split into modules --- app/php/application.xml | 56 ++++++++---------------------------------------- app/php/db/config.xml | 8 +++++++ app/php/model/config.xml | 8 +++++++ app/php/url/config.xml | 33 ++++++++++++++++++++++++++++ app/php/user/config.xml | 9 ++++++++ 5 files changed, 67 insertions(+), 47 deletions(-) create mode 100644 app/php/db/config.xml create mode 100644 app/php/model/config.xml create mode 100644 app/php/url/config.xml create mode 100644 app/php/user/config.xml (limited to 'app') diff --git a/app/php/application.xml b/app/php/application.xml index 9f1cb34..5feac98 100644 --- a/app/php/application.xml +++ b/app/php/application.xml @@ -1,55 +1,17 @@ - - - - - - - - - - - - - + + + + - - - + + + + + diff --git a/app/php/db/config.xml b/app/php/db/config.xml new file mode 100644 index 0000000..d07618c --- /dev/null +++ b/app/php/db/config.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/app/php/model/config.xml b/app/php/model/config.xml new file mode 100644 index 0000000..20e1277 --- /dev/null +++ b/app/php/model/config.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/app/php/url/config.xml b/app/php/url/config.xml new file mode 100644 index 0000000..a5870cd --- /dev/null +++ b/app/php/url/config.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + diff --git a/app/php/user/config.xml b/app/php/user/config.xml new file mode 100644 index 0000000..80027e5 --- /dev/null +++ b/app/php/user/config.xml @@ -0,0 +1,9 @@ + + + + + + + -- cgit v1.2.3