Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/05/2006, 12:44
uhilari
 
Fecha de Ingreso: mayo-2006
Mensajes: 8
Antigüedad: 18 años
Puntos: 0
no encuentra campo

hola a todos tengo el siguiente codigo

Código PHP:
class miClase
{
  private 
$tabla;

  function 
__construct($tb)
  {
    
$this->$tabla $tb;
  }

me bota el siguiente error:

Código:
Notice: Undefined variable: tabla in D:\Proyectos PHP\Ejemplos\contador\contador.php on line 9
alguien sabe por q pasa esto??