From c14579871fa1241713128a2d0d5514af004e3371 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 10 Aug 2025 10:46:41 +0200 Subject: initial commit --- src/DB.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/DB.php (limited to 'src/DB.php') diff --git a/src/DB.php b/src/DB.php new file mode 100644 index 0000000..b536079 --- /dev/null +++ b/src/DB.php @@ -0,0 +1,22 @@ +connection = new \PDO("$driver:host=$host;port=$port;dbname=$dbname", $user, $password); + } +} -- cgit v1.2.3