Quantcast
Channel: Fatal error: Call to a member function fetch_all() on boolean in - Stack Overflow en español
Browsing all 2 articles
Browse latest View live

Respuesta de Ricardo Martinez en Fatal error: Call to a member function...

El error es originado en el statment anterior, $this->db->query("SELECT * FROM CLIENTES");, que devuelve false. Luego no tiene sentido llamar la función fetch_all(MYSQLI_ASSOC); de false.En todo...

View Article



Fatal error: Call to a member function fetch_all() on boolean in

Me da ese error al intentar recuperar de la base de datos unos registros.query:public function GetClientes(){ $execquery = $this->db->query("SELECT * FROM CLIENTES"); $result =...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images