Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/10/2008, 09:56
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: Modificar Array

Mmmm
Código php:
Ver original
  1. $cols2 = array();
  2. while($res_abs = mysql_fetch_row($sql_abs)){
  3.        $cols2[$res_abs[0]] = array('justification' => 'left');  
  4. }
  5.  
  6. var_dump($cols2);

Saludos.