Ver Mensaje Individual
  #9 (permalink)  
Antiguo 10/12/2009, 11:47
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Fatal error: Call to a member function Pagina() on a non-object in C:\AppS

Comprueba si existe el objeto:
Código PHP:
Ver original
  1. if ($paginacion instanceof paginacion) {
  2.         $paginacion->generaPaginacion($total, $back, $next, $url, $classCss);
  3. }

Saludos.