Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/11/2012, 22:18
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: duda con array_push

¿porque no usas el shortcut?
Código PHP:
Ver original
  1. $array = array();
  2. $array['key'] = 'algo';
  3. $array['foo'] = 'bar';