Browse Source

define database object

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

2
library/mysql.php

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

Loading…
Cancel
Save