浏览代码

class test

andre 4 年之前
父节点
当前提交
b3df52499c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      index.php

+ 1 - 0
index.php

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