We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8b8ae commit c8e0d7dCopy full SHA for c8e0d7d
class.MySQL.php
@@ -44,7 +44,7 @@ class MySQL {
44
* Class Constructor *
45
* *******************/
46
47
- function MySQL($database, $username, $password, $hostname='localhost'){
+ function __construct($database, $username, $password, $hostname='localhost'){
48
$this->database = $database;
49
$this->username = $username;
50
$this->password = $password;
0 commit comments