Ver Mensaje Individual
  #15 (permalink)  
Antiguo 03/03/2013, 12:51
Avatar de JaimeMSE
JaimeMSE
 
Fecha de Ingreso: diciembre-2010
Ubicación: Isla Cristina (Huelva)
Mensajes: 164
Antigüedad: 13 años, 4 meses
Puntos: 7
Respuesta: Problemas con clase Mysqli

En mi código solo tengo esta función

Código PHP:
Ver original
  1. function __construct()
  2.     {
  3.         $this->db = new mysqli('localhost', 'root', '', 'protecms');
  4.         $this->db->set_charset('UTF8');
  5.         return $this->db;
  6.     }
__________________
@JaimeMSE - ¡Sígueme!