define database object

This commit is contained in:
d47081 2022-07-15 11:08:32 +03:00
parent bff3f224aa
commit 372b6fdd19

View File

@ -1,7 +1,9 @@
<?php
class MySQL {
private $_db;
public function __construct($host, $port, $database, $username, $password) {
try {