Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试向我的网站显示图像,该图像作为数据类型 BLOB 存储在 Oracle 数据库中。我正在使用 Codeigniter 开发我的网站。我尝试了很多方法,但我一无所获。有人可以指定我的控制器代码、模型代码和视图是什么吗?
提前致谢。
加载 oracle blob 时,我不得不像这样使用它
$results['blob_data']->load();
->load()是从 oci8 方法传回的对象。
->load()