From 8b706095d7f5c2a926acd01d42be6188fc1b07e8 Mon Sep 17 00:00:00 2001 From: d47081 Date: Fri, 15 Jul 2022 11:08:05 +0300 Subject: [PATCH] define database object --- library/sqlite.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/sqlite.php b/library/sqlite.php index 5cf6754..7954e25 100644 --- a/library/sqlite.php +++ b/library/sqlite.php @@ -2,6 +2,8 @@ class SQLite { + private $_db; + public function __construct($database, $username, $password) { try {