Browse Source

define database object

mysql
d47081 2 years ago
parent
commit
372b6fdd19
  1. 4
      library/mysql.php

4
library/mysql.php

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

Loading…
Cancel
Save