sql >> Database teknologi >  >> RDS >> Mysql

Kald til medlem funktion query() på Null

Din kode virker korrekt, undtagen i konstruktøren af ​​din connection klasse, har du glemt at bruge $this , ændre det til noget i stil med følgende:

public function __construct() {
    $this->conn = new mysqli($this->hostname, $this->username, $this->password, $this->database)or die("MySQL Connection Error");
}



  1. Ændring af adgangskode med Oracle SQL Developer

  2. Hvordan kan jeg eksportere indholdet af en oracle-tabel til en fil?

  3. Fordele ved at bruge SQL Ordinal Position Notation?

  4. CakePHP Model med Mellem datoer