From 4a3ec0ca3f7d0ca8776a6ee7f2a2615234395eb8 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 16 Jul 2018 00:09:33 +0200 Subject: Cake 3.6.7 fresh install --- fai_gestion/src/View/AjaxView.php | 49 +++++++++++++++++++++++++++++++++++++++ fai_gestion/src/View/AppView.php | 40 ++++++++++++++++++++++++++++++++ fai_gestion/src/View/Cell/empty | 0 fai_gestion/src/View/Helper/empty | 0 4 files changed, 89 insertions(+) create mode 100644 fai_gestion/src/View/AjaxView.php create mode 100644 fai_gestion/src/View/AppView.php create mode 100644 fai_gestion/src/View/Cell/empty create mode 100644 fai_gestion/src/View/Helper/empty (limited to 'fai_gestion/src/View') diff --git a/fai_gestion/src/View/AjaxView.php b/fai_gestion/src/View/AjaxView.php new file mode 100644 index 0000000..3cb7869 --- /dev/null +++ b/fai_gestion/src/View/AjaxView.php @@ -0,0 +1,49 @@ +response = $this->response->withType('ajax'); + } +} diff --git a/fai_gestion/src/View/AppView.php b/fai_gestion/src/View/AppView.php new file mode 100644 index 0000000..7b92ebf --- /dev/null +++ b/fai_gestion/src/View/AppView.php @@ -0,0 +1,40 @@ +loadHelper('Html');` + * + * @return void + */ + public function initialize() + { + } +} diff --git a/fai_gestion/src/View/Cell/empty b/fai_gestion/src/View/Cell/empty new file mode 100644 index 0000000..e69de29 diff --git a/fai_gestion/src/View/Helper/empty b/fai_gestion/src/View/Helper/empty new file mode 100644 index 0000000..e69de29 -- cgit v1.1