function insert(Foto $foto) { $parametros = $foto->getArray(); var_dump($parametros); return $this->bd->insert($this->tabla, $parametros, false); }