Howdy all,
how can I get a blob field from my database and associate with a PHP variable? For example, in the following code:
$file1 = $result['Blob_Field']->load();
I don't know how can I do this.
Regards,
Marcelo Muzilli