define database object

This commit is contained in:
d47081 2022-07-15 11:08:05 +03:00
parent 8f68e07f58
commit 8b706095d7

View File

@ -2,6 +2,8 @@
class SQLite {
private $_db;
public function __construct($database, $username, $password) {
try {