From 5342eb2be61956faec44391849e67b051513d604 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 24 Sep 2019 14:24:20 +0200 Subject: [PATCH] added thread tesaction --- dev_mvc/model/testactions/TA_TestDBThread.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev_mvc/model/testactions/TA_TestDBThread.php diff --git a/dev_mvc/model/testactions/TA_TestDBThread.php b/dev_mvc/model/testactions/TA_TestDBThread.php new file mode 100644 index 0000000..1dae460 --- /dev/null +++ b/dev_mvc/model/testactions/TA_TestDBThread.php @@ -0,0 +1,14 @@ +"; + echo (json_encode($replies)); + echo ""; + } +} \ No newline at end of file