Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/09/2012, 16:38
gus_anomaly
 
Fecha de Ingreso: noviembre-2009
Mensajes: 381
Antigüedad: 15 años
Puntos: 6
Respuesta: Convertir false a true (oop)

Listo muchachos, tan simple como esta es la solución:

Código PHP:
Ver original
  1. while($row = mysql_fetch_object($res))
  2.         {
  3.             $this->{$row->perfil} = true;
  4.         }

Les dejo el feedback.

Abrazo y gracias!
Gustav.