From 106ca96b9afe8f13060b092c0f94b8e1f3fbd816 Mon Sep 17 00:00:00 2001 From: Goeran Heinemann Date: Wed, 12 May 2021 15:30:26 +0200 Subject: [PATCH] sample database connection helper --- config/db.sample.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/db.sample.php diff --git a/config/db.sample.php b/config/db.sample.php new file mode 100644 index 0000000..ebb221e --- /dev/null +++ b/config/db.sample.php @@ -0,0 +1,12 @@ +servername;dbname=myDB", $this->username, $this->password); + } +} \ No newline at end of file