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