Preorder campaign rework
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
<?php
|
||||
|
||||
class FronkDB {
|
||||
|
||||
public $link;
|
||||
private $result;
|
||||
private $lastError;
|
||||
private $log;
|
||||
|
||||
public $insert_id;
|
||||
|
||||
private static $instances = [];
|
||||
|
||||
//private static $instance;
|
||||
public $host;
|
||||
public $user;
|
||||
public $pass;
|
||||
public $db;
|
||||
|
||||
public function __construct($host = false, $user = false, $pass = false, $db = false) {
|
||||
$this->host = $host;
|
||||
|
||||
Reference in New Issue
Block a user