Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/02/2009, 08:51
Avatar de anlhp
anlhp
 
Fecha de Ingreso: agosto-2008
Mensajes: 121
Antigüedad: 15 años, 8 meses
Puntos: 1
Respuesta: Problema con herencia

asi es como lo puse en primera instancia y tampoco me funciona :s

public function __construct($_server = 'localhost', $_serverUser = 'root', $_serverPwd = null, $_serverDB = 'catalog2009'){
parent::__construct($_server, $_serverUser, $_serverPwd, $_serverDB) or die('<h2>There was an error connecting to the database.</h2>');
$this->success = true;
}