Browse Source

class test

andre 4 years ago
parent
commit
62507c44be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -7,7 +7,7 @@ class db extends mysqli {
     protected $db   = 'ban';
 
     public function __construct($host = 'localhost', $user = null, $pass = null, $db = null) {
-        print_r($this);
+        print_r($user);
         @parent::__construct($host, $user, $pass, $db);
         if($this->connect_errno){
             die($this->connect_error);