Browse Source

define database object

sqlite
d47081 2 years ago
parent
commit
8b706095d7
  1. 2
      library/sqlite.php

2
library/sqlite.php

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

Loading…
Cancel
Save