commit 106ca96b9afe8f13060b092c0f94b8e1f3fbd816 Author: Goeran Heinemann Date: Wed May 12 15:30:26 2021 +0200 sample database connection helper 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