Home  >  Article  >  Backend Development  >  如何实现在文章中显示图片的功能?

如何实现在文章中显示图片的功能?

WBOY
WBOYOriginal
2016-06-23 14:16:201032browse

最近在开发一个新闻管理系统,使用的是PHP codeigniter框架,不知道怎么样在文章中显示图片?
请大家指点!

另外:图片是存放在mysql中好,还是存放在网站的文件夹下好呢?


回复讨论(解决方案)

文章中显示图片?什么意思?
是指布局还是??
不是布局的话,后台用编辑器就好了
图片肯定是存放在网站文件夹下好

不是布局,是文章的内容包含图片。

后台用编辑器,怎么用?请指点

推荐用ckeditor,具体下载和怎样使用百度下吧

有很多在线编辑器可以使用,ckeditor、uedtor、KindEditor 等等,用法自己去搜。

图片当然是放在网站的文件夹下好。

如果不是专门的图片展示系统(图片很大量,访问量大),可以直接将图片存储到web服务器上。
如果访问量较大,可以专门做图片服务器(独立出来。如nginx做静态资源的服务器)

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn