Tema: input->post
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/07/2011, 10:26
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Respuesta: input->post

De hecho sería:
Código PHP:
Ver original
  1. if (empty($var)) {
  2.       // $var esta vacio
  3. }

Saludos.