Beispiel #1
0
 public function __construct($result, $class = null)
 {
     parent::__construct($result);
     $this->class = $class;
 }
Beispiel #2
0
 function __construct(MySQLi $obj)
 {
     parent::__construct($obj);
 }