Hallo zusammen!
Kann mir jemand sagen wie ich aus der Datenbank ein Bild (blob), im View anzeigen kann?
Danke..
Empfehlungen: Erweiterte Suche
function imageFromBlob($text, $options = array()) {
$text = 'data:image/png;base64,' . base64_encode($text);
$image = sprintf($this->tags['image'], $text, $this->_parseAttributes($options, null, '', ' '));
return $image;
}Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast