Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/11/2008, 09:03
Avatar de Snd234
Snd234
 
Fecha de Ingreso: mayo-2007
Ubicación: Frente al PC
Mensajes: 413
Antigüedad: 17 años
Puntos: 2
Respuesta: problema con clase para paginar

En la siguiente linea:

Código PHP:
$con mysql_query($consulta." ".$this->$inicio.",".$this->tamano); 
Estas accediendo erróneamente a la propiedad inicio, debería ser:

Código PHP:
$this->inicio 
y no
Código PHP:
$this->$inicio 
__________________
KIBIT.cl