Beispiel #1
0
 function __construct($statement, PreparedStatement $p)
 {
     //Register with $this->db using weakmap
     parent::__construct($statement, $p);
 }
Beispiel #2
0
 function __construct($statement, PreparedStatement $p)
 {
     $statement->store_result();
     parent::__construct($statement, $p);
 }