Add: DBService.js for client
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
class DBMethodContainer
|
||||
{
|
||||
protected $mysqli;
|
||||
|
||||
function __construct($mysqli)
|
||||
{
|
||||
$this->mysqli = $mysqli;
|
||||
}
|
||||
|
||||
function __destruct()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user