26/03/2018, 19:03
|
| | Fecha de Ingreso: octubre-2007
Mensajes: 273
Antigüedad: 17 años, 1 mes Puntos: 5 | |
Respuesta: Symfony + mongodb con campo missing Se me ocurre algo como: Cita: public function getPropiedad(){
If(is_null($this->propiedad)){
return array();
}else{
return $this->propiedad;
}
} |