mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-08 22:27:59 +00:00
define $_db variable
This commit is contained in:
parent
2ff3106a50
commit
0a87fe0d94
@ -2,6 +2,8 @@
|
||||
|
||||
class SQLite {
|
||||
|
||||
private _$db;
|
||||
|
||||
public function __construct($database, $username, $password) {
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user