How to display oracle blob type image in Codeigniter? -


i'm trying display image website stored in oracle database datatype blob. using codeigniter develop site. tried many ways, got nothing. can please specify me controller code, model code, , view?

thanks in advance.

when loading oracle blobs have had use this

$results['blob_data']->load(); 

the ->load() object passed oci8 methods.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -