Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/05/2007, 21:20
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: extendiendo la classe ... una duda

Cambia:
Código PHP:
 $this->connectionmysql_pconnect($this->server,$this->user,$this->psw); 
Por:
Código PHP:
 $this->connectionmysql_pconnect($this->server,$this->user,$this->psw) or die(mysql_error());