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.
2 parents 6e8b8ae + c8e0d7d commit ec3d9afCopy full SHA for ec3d9af
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